Condition Coverage

blib/lib/MODS/Record.pm
Criterion Covered Total %
condition 0 26 0.0


and 3 conditions

line !l l&&!r l&&r condition
360 0 0 0 defined $_->$k and $_->$k eq $val
373 0 0 0 @objs == 1 and ref $objs[0] eq 'ARRAY'
0 0 0 @objs == 1 and not defined $objs[0]
406 0 0 0 defined $obj and $class->can('_body')
498 0 0 0 ref $self->_body and $self->_body->can('as_xml')
532 0 0 0 ref $ret->{$_} eq 'ARRAY' and @{$ret->{$_};} == 0

or 2 conditions

line l !l condition
472 0 0 $opts{'encoding'} || 'UTF-8'

or 3 conditions

line l !l&&r !l&&!r condition
478 0 0 0 $class eq 'mods' or $class eq 'modsCollection'
509 0 0 0 $key =~ /^_/ or ref $val ne 'ARRAY'