Condition Coverage

blib/lib/DBIx/DataModel/Compatibility/V1.pm
Criterion Covered Total %
condition 14 23 60.8


and 3 conditions

line !l l&&!r l&&r condition
273 0 0 2 ref $self and exists $self->{$attribute}
388 0 7 63 $_[0] and not ref $_[0]
7 6 57 $_[0] and not ref $_[0] and $_[0] =~ /^-/

or 2 conditions

line l !l condition
56 0 1 $args{'join_parent'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
268 2 0 0 ref $self || $self
394 0 5 8 not @_ or &reftype($_[0]) eq "HASH"
395 1 0 12 not @_ or &reftype($_[0]) eq "ARRAY"
396 11 0 2 not @_ or &reftype($_[0]) eq "HASH"