blib/lib/Test/Timer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 20 | 20 | 100.0 |
line | true | false | branch |
---|---|---|---|
42 | 1 | 2 | if ($within == 1) { } |
69 | 2 | 2 | if ($within == 1) { } |
90 | 1 | 1 | if ($above == 1) { } |
113 | 1 | 2 | if ($within == 1) { } |
118 | 1 | 1 | if ($timeout) { } |
144 | 11 | 5 | if (defined $lowerthreshold and defined $upperthreshold) { } |
3 | 2 | elsif (defined $lowerthreshold) { } | |
148 | 4 | 5 | if ($time >= $lowerthreshold and $time <= $upperthreshold) { } |
161 | 1 | 2 | if ($time >= $lowerthreshold) { } |
194 | 13 | 4 | if (defined $threshold) |