Branch Coverage

blib/lib/PPIx/Utils/_Common.pm
Criterion Covered Total %
branch 7 12 58.3


line true false branch
22 1 19 unless $element
23 1 18 unless $element->isa('PPI::Statement')
24 4 14 if $element->isa('PPI::Statement::Expression')
28 0 14 unless $element_class
42 0 0 unless my $element = shift()
44 0 0 unless my $element_class = &blessed($element)