| blib/lib/Mnet/Stanza.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 22 | 27 | 81.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 121 | 0 | 15 | 5 | $line =~ /^(\s*)\S/ and length $1 < $indent |
| 127 | 1 | 0 | 4 | $indent and $indent < $indent_init |
| 184 | 8 | 6 | 5 | defined $indent and $line =~ /^($indent|\s*$)/ |
| 257 | 1 | 2 | 4 | defined $new[0] and $new[0] eq $line |
| 265 | 2 | 2 | 1 | defined $new[0] and not defined $diff |
| line | l | !l | condition |
|---|---|---|---|
| 109 | 5 | 0 | $input // '' |
| 227 | 7 | 2 | $old // '' |
| 7 | 2 | $new // '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 171 | 4 | 0 | 0 | shift() // croak('missing match_re arg') |
| 233 | 7 | 1 | 1 | defined $old || defined $new |