line | % | coverage | condition |
350 | 33 | | $intype eq 'marc21' or $intype eq 'ukmarc' |
500 | 0 | | length $clean_title > 0 or length $clean_subtitle > 0 and $intype ne 'unimarc' |
505 | 0 | | length $clean_subtitle > 0 and $intype ne 'unimarc' |
555 | 0 | | not $isbnfield or length $isbnfield->subfield('a') == 0 |
577 | 0 | | not $issnfield or length $issnfield->subfield('a') == 0 |
612 | 0 | | not $callnofield or length $callnofield->subfield('a') == 0 |
628 | 0 | | not $deweyfield or length $deweyfield->subfield('a') == 0 |
734 | 0 | | $pycounter == 1 and length $_ |
| 0 | | $pycounter == 0 and length $protoyear |