Branch Coverage

blib/lib/Data/DPath/Filters.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
20 0 0 $_ eq 'affe' ? :
29 0 0 unless defined $_
32 0 0 if ref $_ eq 'ARRAY'
33 0 0 if ref $_ eq 'HASH'
34 0 0 if ref \$_ eq 'SCALAR'
36 0 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 0 0 defined $p->attrs ? :
61 0 0 if &Scalar::Util::blessed($_)