| blib/lib/MARC/Record/Stats.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 11 | 12 | 91.6 | 
| line | true | false | branch | 
|---|---|---|---|
| 91 | 1 | 2 | if $stats | 
| 94 | 1 | 2 | ref $records eq 'ARRAY' ? : | 
| 183 | 0 | 4 | unless $record | 
| 195 | 2 | 14 | $$record_stats{$tag}{'occurence'} > 1 ? : | 
| 204 | 2 | 16 | $$record_stats{$tag}{'subtags'}{$subtag} > 1 ? : | 
| 230 | 14 | 4 | if ($tag > 9) |