blib/lib/Acme/Metification.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 20 | 55.0 |
line | true | false | branch |
---|---|---|---|
28 | 0 | 2 | if (@src_lines) |
51 | 9 | 1 | if ($depth > 0) { } |
63 | 0 | 11 | unless $match =~ /(\d+)\s*,\s*(\d+)/ |
67 | 0 | 11 | unless defined $start |
70 | 0 | 11 | if $start < 0 |
71 | 0 | 11 | if $start > $#src_lines |
73 | 0 | 11 | unless defined $end |
76 | 0 | 11 | if $end < 0 |
77 | 0 | 11 | if $end > $#src_lines |
79 | 0 | 11 | if $start > $end |