| blib/lib/App/MARC/List.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 15 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 62 | 1 | 7 | 1 | $marc_field ne "leader" and not $marc_field =~ /^\d+$/ms |
| 68 | 1 | 1 | 6 | $marc_field ne "leader" and int $marc_field > 9 |
| 2 | 5 | 1 | $marc_field ne "leader" and int $marc_field > 9 and not defined $marc_subfield |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 43 | 1 | 1 | 11 | not &getopts("fhs", $self->{'_opts'}) or $self->{'_opts'}{'h'} |
| 1 | 2 | 9 | not &getopts("fhs", $self->{'_opts'}) or $self->{'_opts'}{'h'} or @ARGV < 2 |