Condition Coverage

blib/lib/TextFileParser.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
53 1 3 0 defined $fname and not $fname
63 0 0 3 exists $self->{'__filename'} && defined $self->{'__filename'}
68 2 0 3 -f $fname and -r $fname

or 3 conditions

line l !l&&r !l&&!r condition
52 3 1 1 defined $fname or exists $self->{'__filehandle'}