Condition Coverage

blib/lib/Pod/PseudoPod/PerlTricks/HTML.pm
Criterion Covered Total %
condition 20 47 42.5


and 3 conditions

line !l l&&!r l&&r condition
659 0 3 0 $$self{'accept_codes'} and $$self{'accept_codes'}{'VerbatimFormatted'}
662 0 0 0 @$para > 3 and not $$para[-1] =~ /\S/u
698 0 0 0 defined $in and length $in
716 0 0 0 defined $Pod::Escapes::Name2character_number{$in} and $Pod::Escapes::Name2character_number{$in} < 127
793 0 1 0 !@$curr_open && @$paras && !grep(($$_[0] ne '~end'), @$paras)
815 10 37 0 @$paras == 1 and $$paras[0][0] eq '=over' || $$paras[0][0] eq '~Verbatim' || $$paras[0][0] eq '=item'
886 20 0 5 $para_type =~ /^=head\d$/su and not $$self{'accept_heads_anywhere'}
20 5 0 $para_type =~ /^=head\d$/su and not $$self{'accept_heads_anywhere'} and @$curr_open
5 0 0 $para_type =~ /^=head\d$/su and not $$self{'accept_heads_anywhere'} and @$curr_open and $$curr_open[-1][0] eq '=over'
901 0 0 5 $para_type =~ s/^=//su and defined($para_type = $$self{'accept_directives'}{$para_type})

or 2 conditions

line l !l condition
122 0 3 $$para[1]{'~really'} ||= '=begin'
126 3 0 $$self{'content_seen'} ||= 1
784 37 1 $$self{'curr_open'} ||= []
992 24 1 $$self{'content_seen'} ||= 1

or 3 conditions

line l !l&&r !l&&!r condition
711 0 0 0 $Pod::Escapes::Code2USASCII{$in} || $Pod::Escapes::Latin1Code_to_fallback{$in} || $Pod::Escapes::FAR_CHAR
815 5 4 28 $$paras[0][0] eq '=over' || $$paras[0][0] eq '~Verbatim' || $$paras[0][0] eq '=item'
881 0 0 25 $para_type eq '=headrow' or $para_type eq '=bodyrows'