Branch Coverage

lib/Devel/Trepan/Processor/Running.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
19 0 0 if ($self->{'settings'}{'traceprint'})
23 0 0 if (scalar @{$args;} != 1) { }
34 0 0 if ($self->{'leave_cmd_loop'})
57 0 0 if ('-' eq $sigil) { }
0 0 elsif ('+' eq $sigil) { }
0 0 elsif ('=' eq $sigil) { }
130 0 0 if ($self->{'skip_count'} < 0) { }
0 0 elsif ($self->{'skip_count'} > 0) { }
137 0 0 if ($self->{'settings'}{'debugskip'})
157 0 0 if ($self->{'settings'}{'debugskip'})
187 0 0 unless ($skip_val)
201 0 0 if $DB::ini_warn
203 0 0 if ($ENV{'TREPANPL_OPTS'}) { }
221 0 0 if ${^TAINT}