Condition Coverage

blib/lib/App/MARC/Leader.pm
Criterion Covered Total %
condition 8 9 88.8


and 3 conditions

line !l l&&!r l&&r condition
34 1 4 1 defined $ARGV[-1] and length $ARGV[-1] eq 24
45 1 2 3 &getopts('adf:h', $self->{'_opts'}) && ($self->{'_opts'}{'f'} || defined $marc_leader)

or 3 conditions

line l !l&&r !l&&!r condition
45 3 0 3 not &getopts('adf:h', $self->{'_opts'}) && ($self->{'_opts'}{'f'} || defined $marc_leader) or $self->{'_opts'}{'h'}