Condition Coverage

blib/lib/Text/Parser.pm
Criterion Covered Total %
condition 32 33 96.9


and 3 conditions

line !l l&&!r l&&r condition
77 59 1 26 not $newval and $oldval
134 7 2 6 $val eq 'custom' and defined $self->multiline_type
302 3 0 89 -f $fname and -r $fname
3 1 88 -f $fname and -r $fname and -T $fname
616 1 6 1 defined $s and 'custom' ne $s
708 26 84 6 $self->multiline_type eq 'join_last' and $self->lines_parsed == 1

or 3 conditions

line l !l&&r !l&&!r condition
43 24 29 2 @_ > 1 or not @_
132 14 1 1 defined $val or defined $oldval
149 1762 4 17 not @_ or eqq($_[0], $oldval)
329 10 92 3 @_ or $self->_has_filehandle
347 6 86 1 ref $_[0] or $_[0]