metric_score.pkg_metric_last_30_bugs_status {riskmetric} | R Documentation |
Score a package for number of recently opened BugReports that are now closed
Description
Score a package for number of recently opened BugReports that are now closed
Usage
## S3 method for class 'pkg_metric_last_30_bugs_status'
metric_score(x, ...)
Arguments
x |
a |
... |
additional arguments unused |
Value
a fractional value indicating percentage of last 30 bug reports that are now closed
Examples
## Not run: metric_score(assess_last_30_bugs_status(pkg_ref("riskmetric")))
[Package riskmetric version 0.2.4 Index]