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 |
188 | 7 | 5 | 4 | defined $indent and $line =~ /^($indent|\s*$)/ |
263 | 1 | 2 | 4 | defined $new[0] and $new[0] eq $line |
271 | 2 | 2 | 1 | defined $new[0] and not defined $diff |
line | l | !l | condition |
---|---|---|---|
108 | 3 | 0 | $input // '' |
111 | 3 | 0 | $input // '' |
175 | 3 | 0 | $input // '' |
232 | 7 | 2 | $old // '' |
7 | 2 | $new // '' | |
278 | 8 | 1 | $diff // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
174 | 3 | 0 | 0 | shift() // croak('missing match_re arg') |
239 | 7 | 1 | 1 | defined $old || defined $new |