Branch Coverage

blib/lib/Devel/MAT/Dumper.pm
Criterion Covered Total %
branch 2 34 5.8


line true false branch
153 2 0 unless $dump_at_END
155 0 0 if ($dumpfh) { }
174 0 0 if ($sym eq '-dump_at_DIE') { }
0 0 elsif ($sym eq '-dump_at_WARN') { }
0 0 elsif ($sym eq '-dump_at_END') { }
0 0 elsif ($sym eq '-dump_at_SIGQUIT') { }
0 0 elsif ($sym =~ /^-dump_at_SIG(\S+)$/) { }
0 0 elsif ($sym eq '-file') { }
0 0 elsif ($sym eq '-max_string') { }
0 0 elsif ($sym eq '-eager_open') { }
177 0 0 if defined $old_DIE
178 0 0 if $^S or not defined $^S
189 0 0 if defined $old_WARN
209 0 0 unless exists $SIG{$signal}
219 0 0 if ($signal eq 'ABRT') { }
245 0 2 if ($eager_open)
246 0 0 unless open $dumpfh, ">", $dumpfile_name