Branch Coverage

blib/lib/Perl6/Pod/Utl/AbstractVisiter.pm
Criterion Covered Total %
branch 5 12 41.6


line true false branch
16 0 0 $#_ == 0 ? :
26 13 15 unless (ref $n and UNIVERSAL::isa($n, 'Perl6::Pod::Lex::Block'))
29 13 0 if (ref $n eq 'ARRAY') { }
58 0 0 unless UNIVERSAL::isa($n, 'Perl6::Pod::Block') or UNIVERSAL::isa($n, 'Perl6::Pod::Lex::Block')
79 0 30 if $method eq 'DESTROY'
82 0 30 if ($self->can($method)) { }