Condition Coverage

blib/lib/App/MARC/List.pm
Criterion Covered Total %
condition 7 9 77.7


and 3 conditions

line !l l&&!r l&&r condition
53 1 1 2 defined $self->{'_marc_field'} and defined $self->{'_marc_subfield'}

or 3 conditions

line l !l&&r !l&&!r condition
38 0 1 4 not &getopts("h", $self->{'_opts'}) or @ARGV < 1
1 0 4 not &getopts("h", $self->{'_opts'}) or @ARGV < 1 or $self->{'_opts'}{'h'}