Branch Coverage

blib/lib/Debug/FaultAutoBT.pm
Criterion Covered Total %
branch 9 30 30.0


line true false branch
32 0 3 unless exists $$self{'dir'} and length $$self{'dir'}
34 0 3 unless -w $$self{'dir'}
38 0 3 if (exists $$self{'exec_path'}) { }
39 0 0 unless -e $$self{'exec_path'}
41 0 0 unless -x $$self{'exec_path'}
47 0 3 unless exists $$self{'exec_path_in'}
54 0 3 if (exists $$self{'command_path'}) { }
56 0 0 unless -r $$self{'command_path'}
67 3 0 if (exists $$self{'core_path_base'}) { }
71 3 0 if (open $fh, ">$try_path") { }
99 0 3 unless open $fh, ">$$self{'command_path_in'}"
112 3 0 if (-x $^X) { }
0 0 elsif (-e '/proc/self/exe') { }
118 0 0 if -e $path
121 0 0 if -x $Debug::FaultAutoBT::Config{'perlpath'}