blib/lib/Mnet/Stanza.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 25 | 33 | 75.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
123 | 0 | 12 | 3 | $line =~ /^(\s+)\S/ and length $1 < $indent |
129 | 0 | 0 | 3 | $indent and $indent < $indent_init |
185 | 6 | 4 | 2 | defined $indent and $line =~ /^$indent/ |
260 | 1 | 2 | 4 | defined $new[0] and $new[0] eq $line |
268 | 2 | 2 | 1 | defined $new[0] and not defined $diff |
line | l | !l | condition |
---|---|---|---|
108 | 3 | 0 | $input // '' |
111 | 3 | 0 | $input // '' |
172 | 2 | 0 | $input // '' |
229 | 7 | 2 | $old // '' |
7 | 2 | $new // '' | |
275 | 8 | 1 | $diff // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
171 | 2 | 0 | 0 | shift() // croak('missing match_re arg') |
236 | 7 | 1 | 1 | defined $old || defined $new |