Condition Coverage

blib/lib/Pod/PseudoPod/PerlTricks.pm
Criterion Covered Total %
condition 2 47 4.2


and 3 conditions

line !l l&&!r l&&r condition
333 0 0 0 $$self{'accept_codes'} and $$self{'accept_codes'}{'VerbatimFormatted'}
336 0 0 0 @$para > 3 and not $$para[-1] =~ /\S/u
372 0 0 0 defined $in and length $in
390 0 0 0 defined $Pod::Escapes::Name2character_number{$in} and $Pod::Escapes::Name2character_number{$in} < 127
467 0 1 0 !@$curr_open && @$paras && !grep(($$_[0] ne '~end'), @$paras)
489 0 0 0 @$paras == 1 and $$paras[0][0] eq '=over' || $$paras[0][0] eq '~Verbatim' || $$paras[0][0] eq '=item'
560 0 0 0 $para_type =~ /^=head\d$/su and not $$self{'accept_heads_anywhere'}
0 0 0 $para_type =~ /^=head\d$/su and not $$self{'accept_heads_anywhere'} and @$curr_open
0 0 0 $para_type =~ /^=head\d$/su and not $$self{'accept_heads_anywhere'} and @$curr_open and $$curr_open[-1][0] eq '=over'
575 0 0 0 $para_type =~ s/^=//su and defined($para_type = $$self{'accept_directives'}{$para_type})

or 2 conditions

line l !l condition
122 0 0 $$para[1]{'~really'} ||= '=begin'
126 0 0 $$self{'content_seen'} ||= 1
458 0 1 $$self{'curr_open'} ||= []
666 0 0 $$self{'content_seen'} ||= 1

or 3 conditions

line l !l&&r !l&&!r condition
385 0 0 0 $Pod::Escapes::Code2USASCII{$in} || $Pod::Escapes::Latin1Code_to_fallback{$in} || $Pod::Escapes::FAR_CHAR
489 0 0 0 $$paras[0][0] eq '=over' || $$paras[0][0] eq '~Verbatim' || $$paras[0][0] eq '=item'
555 0 0 0 $para_type eq '=headrow' or $para_type eq '=bodyrows'