Branch Coverage

blib/lib/Mnet/Stanza.pm
Criterion Covered Total %
branch 24 26 92.3


line true false branch
123 3 12 if ($line =~ /^(\s+)\S/ and length $1 < $indent)
129 3 0 if $indent and $indent < $indent_init
187 4 12 if (defined $indent and $line =~ /^($indent|\s*$)/) { }
5 7 elsif ($line =~ /$match_re/) { }
191 5 0 if $line =~ /^(\s*)/
202 1 2 wantarray ? :
238 1 8 if (not defined $old || defined $new) { }
1 7 elsif (not defined $old) { }
1 6 elsif (not defined $new) { }
1 5 elsif ($old eq $new) { }
262 4 3 if (defined $new[0] and $new[0] eq $line) { }
270 1 4 if defined $new[0] and not defined $diff
271 1 4 unless defined $diff