Branch Coverage

lib/Devel/Trepan/CmdProcessor/Command/Info_Subcmd/Breakpoints.pm
Criterion Covered Total %
branch 0 96 0.0


line true false branch
73 0 0 $bp->type eq 'tbreak' ? :
0 0 $bp->type eq 'tbreak' ? :
74 0 0 $bp->enabled ? :
0 0 $bp->enabled ? :
83 0 0 if ($bp->condition and $bp->condition ne '1')
0 0 if ($bp->condition and $bp->condition ne '1')
84 0 0 $bp->negate ? :
0 0 $bp->negate ? :
89 0 0 if ($bp->hits > 0)
0 0 if ($bp->hits > 0)
90 0 0 $bp->hits > 1 ? :
0 0 $bp->hits > 1 ? :
101 0 0 $action->enabled ? :
0 0 $action->enabled ? :
109 0 0 if ($action->condition and $action->condition ne '1')
0 0 if ($action->condition and $action->condition ne '1')
113 0 0 if ($action->hits > 0)
0 0 if ($action->hits > 0)
114 0 0 $action->hits > 1 ? :
0 0 $action->hits > 1 ? :
138 0 0 unless (scalar @$args)
0 0 unless (scalar @$args)
139 0 0 if ('verbose' eq $args->[-1])
0 0 if ('verbose' eq $args->[-1])
149 0 0 if (scalar @{$args;} > 2)
0 0 if (scalar @{$args;} > 2)
165 0 0 if (0 == scalar @brkpts) { }
0 0 if (0 == scalar @brkpts) { }
170 0 0 if ($show_all) { }
0 0 if ($show_all) { }
177 0 0 unless $bp_num
0 0 unless $bp_num
179 0 0 if ($bp) { }
0 0 if ($bp) { }
185 0 0 if (scalar @not_found)
0 0 if (scalar @not_found)
193 0 0 if ($show_actions)
0 0 if ($show_actions)
197 0 0 if (0 == scalar @actions) { }
0 0 if (0 == scalar @actions) { }
202 0 0 if ($show_all) { }
0 0 if ($show_all) { }
210 0 0 if ($action) { }
0 0 if ($action) { }
216 0 0 unless (scalar @not_found)
0 0 unless (scalar @not_found)
224 0 0 if ($show_watch)
0 0 if ($show_watch)