blib/lib/Meta/Builder/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 12 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
107 | 0 | 0 | 39 | $metric and $action |
0 | 0 | 39 | $metric and $action and $code |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
16 | 0 | 11 | 0 | $metrics{$metric} || $$meta{'generators'}[$idx]() |
24 | 5 | 0 | 0 | $$meta{'accessor'} || croak("$class does not have an accessor set.") |