Branch Coverage

lib/Devel/Trepan/DB/Eval.pm
Criterion Covered Total %
branch 11 30 36.6


line true false branch
33 0 0 $DB::event eq 'post-mortem' ? :
40 0 0 if ("DB::$db_fn" eq $fn or 'DB' eq $pkg and $db_fn eq $fn)
46 0 0 if $skip > 0
53 0 0 unless defined $levels
57 0 0 unless @caller
58 0 0 unless wantarray
95 0 3 if ($opts->{'fix_file_and_line'})
112 1 2 if ('$' eq $return_type) { }
1 1 elsif ('@' eq $return_type) { }
1 0 elsif ('%' eq $return_type) { }
138 0 3 if ($msg) { }
140 0 0 if ($opts->{'hide_position'})
149 1 2 if ('@' eq $return_type) { }
166 4 3 if ($@) { }
182 0 0 if ($msg) { }