Branch Coverage

blib/lib/Plosurin/AbstractVisiter.pm
Criterion Covered Total %
branch 7 12 58.3


line true false branch
16 0 39 $#_ == 0 ? :
26 34 0 unless (ref $n and UNIVERSAL::isa($n, 'Soy::base') or UNIVERSAL::isa($n, 'Plo::File') or UNIVERSAL::isa($n, 'Plo::template'))
30 34 0 if (ref $n eq 'ARRAY') { }
48 0 60 unless UNIVERSAL::isa($n, 'Soy::base')
68 42 82 if $method eq 'DESTROY'
71 0 82 if ($self->can($method)) { }