Branch Coverage

lib/Devel/Trepan/CmdProcessor/Command/Disable.pm
Criterion Covered Total %
branch 0 52 0.0


line true false branch
69 0 0 if ($bp) { }
0 0 if ($bp) { }
70 0 0 if ($bp->enabled) { }
0 0 if ($bp->enabled) { }
88 0 0 if ($wp) { }
0 0 if ($wp) { }
89 0 0 if ($wp->enabled) { }
0 0 if ($wp->enabled) { }
107 0 0 if ($act) { }
0 0 if ($act) { }
108 0 0 if ($act->enabled) { }
0 0 if ($act->enabled) { }
127 0 0 if (scalar @args == 1)
0 0 if (scalar @args == 1)
134 0 0 unless ($type =~ /[0-9baw]/)
0 0 unless ($type =~ /[0-9baw]/)
138 0 0 if ($type =~ /[0-9]/) { }
0 0 if ($type =~ /[0-9]/) { }
144 0 0 if (defined $i)
0 0 if (defined $i)
145 0 0 if ('a' eq $type) { }
0 0 elsif ('b' eq $type) { }
0 0 elsif ('w' eq $type) { }
0 0 if ('a' eq $type) { }
0 0 elsif ('b' eq $type) { }
0 0 elsif ('w' eq $type) { }