Condition Coverage

lib/Devel/Trepan/DB/Sub.pm
Criterion Covered Total %
condition 0 36 0.0


and 3 conditions

line !l l&&!r l&&r condition
76 0 0 0 $disp and $disp->enabled
103 0 0 0 $running == 2 and defined $eval_str
162 0 0 0 $stop and $brkpt->enabled
0 0 0 $stop and $brkpt->enabled and not $single & 32
220 0 0 0 $sub eq 'threads::new' and $ENV{'PERL5DB_THREADED'}
226 0 0 0 length $sub > 10 and substr($sub, -10, 10) eq '::AUTOLOAD'
238 0 0 0 defined $running and $running == 1
331 0 0 0 $sub =~ /^threads::new$/ and $ENV{'PERL5DB_THREADED'}
337 0 0 0 length $sub > 10 and substr($sub, -10, 10) eq '::AUTOLOAD'

or 3 conditions

line l !l&&r !l&&!r condition
40 0 0 0 $single or $signal
253 0 0 0 $sub eq 'DESTROY' or substr($sub, -9) eq '::DESTROY'
0 0 0 $sub eq 'DESTROY' or substr($sub, -9) eq '::DESTROY' or not defined wantarray