Condition Coverage

blib/lib/Devel/hdb/TraceFollow.pm
Criterion Covered Total %
condition 0 16 0.0


or 2 conditions

line l !l condition
82 0 0 'IO::File'->new($self->file, 'w') || die(q[Can't open ] . $self->file . " for writing trace file: $!")
101 0 0 $package ||= 'main'
116 0 0 'IO::File'->new($self->file, 'r') || die(q[Can't open ] . $self->file . " for reading trace file: $!")
154 0 0 $package ||= 'main'
155 0 0 $self->_line_offset_for_sub($exp_line, $exp_subname) || ''

or 3 conditions

line l !l&&r !l&&!r condition
140 0 0 0 $expected_sub ne $at_subname or $expected_offset != $offset
146 0 0 0 $file ne $at_file || $line != $at_line