| blib/lib/App/MARC/Leader.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 9 | 88.8 |
| 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) |
| 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'} |