lib/Devel/Trepan/Core.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 19 | 36.8 |
line | l | !l | condition |
---|---|---|---|
134 | 3 | 0 | defined $exec_strs_ary and scalar @{$exec_strs_ary;} |
147 | 3 | 0 | $opts->{'bw'} and 0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
77 | 0 | 0 | 0 | $self->{'need_e_remap'} and $DB::filename eq '-e' |
124 | 0 | 3 | 0 | not defined $opts and $ENV{'TREPANPL_OPTS'} |
188 | 2 | 0 | 1 | defined $dbgr and exists $dbgr->{'proc'} |
228 | 0 | 3 | 0 | not $opts->{'nx'} and exists $opts->{'initfile'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
141 | 0 | 0 | 3 | $opts->{'fall_off_end'} or $opts->{'traceprint'} |