Condition Coverage

blib/lib/DBIx/DataModel/Source.pm
Criterion Covered Total %
condition 8 11 72.7


and 3 conditions

line !l l&&!r l&&r condition
215 37 9 95 @k == 1 && $k[0] eq '__schema'

or 2 conditions

line l !l condition
177 0 63 $objects || [$self]

or 3 conditions

line l !l&&r !l&&!r condition
29 1181 665 0 ref $self && $self->{'__schema'} || $self->metadm->schema->class->singleton
96 2 2 0 $self->metadm->{'fetch_cached'}{$dbh_addr}{$freeze_args} ||= $self->fetch(@_)