| blib/lib/MARC/File/MARCMaker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 12 | 25.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 284 | 0 | 5 | 2 | $tagno =~ /^\d+$/ and $tagno < 10 |
| 462 | 0 | 0 | 0 | not $$self{'exhaustedfh'} and length $$self{'inputbuf'} < 111999 |
| 509 | 0 | 0 | 0 | $self->_fill_buffer and length $$self{'inputbuf'} > 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 373 | 1 | 0 | 0 | ref $marc || $marc |