Condition Coverage

blib/lib/Data/All.pm
Criterion Covered Total %
condition 5 30 16.6


and 3 conditions

line !l l&&!r l&&r condition
209 0 0 1 $p and exists $self->__profile->{$p}
376 0 0 0 $target->fields and $#{$target->fields;}
408 0 1 0 $target->fields and $#{$target->fields;}

or 2 conditions

line l !l condition
242 0 0 shift() || 'source'
268 0 0 shift() || 'hash'
283 0 0 shift() || (return undef)
344 0 0 shift() || 'source'
351 0 1 shift() || 'source'
437 0 0 shift() || 'source'
438 0 0 shift() || 0
0 0 shift() || 0
446 0 0 shift() || 'source'

or 3 conditions

line l !l&&r !l&&!r condition
205 3 1 0 $$args{'profile'} || $self->__default->{'profile'}