| 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 |
| 187 | 7 | 5 | 4 | defined $indent and $line =~ /^($indent|\s*$)/ |
| 262 | 1 | 2 | 4 | defined $new[0] and $new[0] eq $line |
| 270 | 2 | 2 | 1 | defined $new[0] and not defined $diff |
| line | l | !l | condition |
|---|---|---|---|
| 108 | 3 | 0 | $input // '' |
| 111 | 3 | 0 | $input // '' |
| 174 | 3 | 0 | $input // '' |
| 231 | 7 | 2 | $old // '' |
| 7 | 2 | $new // '' | |
| 277 | 8 | 1 | $diff // '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 173 | 3 | 0 | 0 | shift() // croak('missing match_re arg') |
| 238 | 7 | 1 | 1 | defined $old || defined $new |