Branch Coverage

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


line true false branch
158 2 0 unless $dump_at_END
160 0 0 if ($dumpfh) { }
179 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') { }
182 0 0 if defined $old_DIE
183 0 0 if $^S or not defined $^S
194 0 0 if defined $old_WARN
214 0 0 unless exists $SIG{$signal}
224 0 0 if ($signal eq 'ABRT') { }
250 0 2 if ($eager_open)
251 0 0 unless open $dumpfh, ">", $dumpfile_name