Condition Coverage

blib/lib/Perl6/Pod/Utl/AbstractVisiter.pm
Criterion Covered Total %
condition 3 12 25.0


and 3 conditions

line !l l&&!r l&&r condition
26 0 13 15 ref $n and UNIVERSAL::isa($n, 'Perl6::Pod::Lex::Block')

or 3 conditions

line l !l&&r !l&&!r condition
16 0 0 0 ref $class || $class
49 28 0 0 shift() || croak('wait object !')
58 0 0 0 UNIVERSAL::isa($n, 'Perl6::Pod::Block') or UNIVERSAL::isa($n, 'Perl6::Pod::Lex::Block')