Condition Coverage

blib/lib/Class/Entity.pm
Criterion Covered Total %
condition 6 18 33.3


or 2 conditions

line l !l condition
53 0 8 $args{'dbh'} || undef
1 7 $args{'data'} || undef
148 0 0 $args{'dbh'} || die('no database handle')
149 0 0 $args{'key'} || die('no key argument')
169 0 0 $args{'dbh'} || die('no database handle')
170 0 0 $args{'where'} || die('no where argument')

or 3 conditions

line l !l&&r !l&&!r condition
53 8 0 0 $class || ref $class
83 3 6 0 ref $self || $self