blib/lib/Metrics/Any/Adapter/Test.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 13 | 76.9 |
line | l | !l | condition |
---|---|---|---|
135 | 2 | 1 | $storage //= {} |
140 | 0 | 8 | $storage //= [0, 0] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
60 | 29 | 4 | 0 | $singleton //= $class->SUPER::new(@_) |
162 | 15 | 6 | 9 | $type eq "counter" or $type eq "gauge" |
5 | 4 | 0 | $type eq "distribution" or $type eq "timer" |