Branch Coverage

blib/lib/Mon/Protocol.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
175 0 0 if ($l =~ /^begin_block=(\S+)$/io) { }
184 0 0 if $l =~ /^\s*$/o
185 0 0 if ($in_section == 0) { }
186 0 0 if ($l =~ /^begin=(\S+)$/io) { }
0 0 elsif ($l =~ /^end_block=(\S+)$/io) { }
190 0 0 if (lc $1 eq $type) { }
202 0 0 if ($l =~ /^end=(\S+)$/io)
203 0 0 if (lc $1 eq $section) { }
215 0 0 if (($key, $value) = $l =~ /^([^=]+)=(.*)/o) { }
235 0 0 if (@_)
238 0 0 if (grep(($_ eq $type), @TYPES)) { }
254 0 0 if (defined $$self{'data'}{$section}) { }
286 0 0 if (defined $$self{'data'}{$section}) { }
300 0 0 if (defined $$self{'data'}{$section}{$key}) { }
341 0 0 if (ord $c < 32 or ord $c > 126 or $c eq '"' or $c eq q[']) { }
0 0 elsif ($inquotes and $c eq '\\') { }