Condition Coverage

blib/lib/Perl6/Pod/Lex.pm
Criterion Covered Total %
condition 15 18 83.3


and 3 conditions

line !l l&&!r l&&r condition
73 19 0 1 $name =~ /item|defn/ and $is_first

or 2 conditions

line l !l condition
38 42 11 $ref{'content'} || []
39 12 41 $ref{'spaces'} // ''
120 1 12 $node->{'srctype'} || 'UNKNOWN'

or 3 conditions

line l !l&&r !l&&!r condition
21 0 17 0 ref $class || $class
65 15 5 36 UNIVERSAL::isa($node, 'Perl6::Pod::Lex::Text') or UNIVERSAL::isa($node, 'Perl6::Pod::Lex::RawText')
86 3 8 8 $ref{'force_implicit_code_and_para_blocks'} || $name =~ /(pod|item|defn|nested|finish|\U $name\E )/x