Branch Coverage

blib/lib/Data/DPath/Filters.pm
Criterion Covered Total %
branch 14 20 70.0


line true false branch
20 2 12 $_ eq 'affe' ? :
29 0 292 unless defined $_
32 48 244 if ref $_ eq 'ARRAY'
33 84 160 if ref $_ eq 'HASH'
34 154 6 if ref \$_ eq 'SCALAR'
36 6 0 if &Scalar::Util::reftype($_) eq 'ARRAY'
37 0 0 if &Scalar::Util::reftype($_) eq 'HASH'
38 0 0 if &Scalar::Util::reftype(\$_) eq 'SCALAR'
46 252 4 defined $p->attrs ? :
61 10 2 if &Scalar::Util::blessed($_)