Condition Coverage

blib/lib/TOBYINK/Pod/HTML.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
42 0 0 0 not $self->{'_in_get_titled_section'} and defined $tok
0 0 0 not $self->{'_in_get_titled_section'} and defined $tok and $tok->[0] eq "start"
0 0 0 not $self->{'_in_get_titled_section'} and defined $tok and $tok->[0] eq "start" and $tok->[1] eq "for"
46 0 0 0 $tok->[0] eq "end" and $tok->[1] eq "for"
123 0 0 0 $self->code_line_numbers and not $self->code_highlighting

or 2 conditions

line l !l condition
301 0 0 $opt->{'line_numbers'} // scalar $txt =~ m[^\s+#!/]su