blib/lib/Acme/MetaSyntactic/List.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 11 | 81.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
43 | 4 | 14 | 12 | defined $count and $count == 0 |
line | l | !l | condition |
---|---|---|---|
49 | 14 | 4 | $count ||= 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
15 | 2 | 10 | 0 | $data ||= 'Acme::MetaSyntactic'->load_data($class) |
67 | 1 | 1 | 0 | ref $_[0] || $_[0] |