| blib/lib/Dumbbench.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 22 | 36.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 58 | 0 | 3 | 0 | $self->target_abs_precision <= 0 and $self->target_rel_precision <= 0 |
| 178 | 12 | 0 | 0 | not $n_good and @timings >= $max_iterations |
| 211 | 8 | 0 | 0 | @timings >= $max_iterations and not $dry |
| 234 | 0 | 0 | 4 | defined $instance->dry_result and $self->subtract_dry_run |
| line | l | !l | condition |
|---|---|---|---|
| 121 | 0 | 8 | $self->verbosity || 0 |
| 242 | 0 | 0 | $options ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 32 | 0 | 3 | 0 | ref $proto || $proto |
| 202 | 8 | 0 | 4 | not $need_iter or @timings >= $max_iterations |