Branch Coverage

blib/lib/MARC/Convert/Wikidata.pm
Criterion Covered Total %
branch 4 18 22.2


line true false branch
50 1 2 unless (defined $self->{'marc_record'})
53 1 1 unless (&blessed($self->{'marc_record'}) and $self->{'marc_record'}->isa("MARC::Record"))
80 0 0 if ($leader_hr->{'type_of_record'} eq 'a' and $leader_hr->{'bibliographic_level'} eq 'm') { }
0 0 elsif ($leader_hr->{'type_of_record'} eq 'c' and $leader_hr->{'bibliographic_level'} eq 'm') { }
0 0 elsif ($leader_hr->{'type_of_record'} eq 'i' and $leader_hr->{'bibliographic_level'} eq 'm') { }
0 0 elsif ($leader_hr->{'bibliographic_level'} eq 's') { }
116 0 0 if ($marc_type eq 'monograph') { }
0 0 elsif ($marc_type eq 'audiobook') { }
0 0 elsif ($marc_type eq 'periodical') { }