| blib/lib/Pod/Dsr.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 85 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 818 | 0 | 0 | $fixed && 1 |
| 0 | 0 | $bold && 1 | |
| 0 | 0 | $italic && 1 | |
| 843 | 0 | 0 | $fixed && 1 |
| 0 | 0 | $bold && 1 | |
| 0 | 0 | $italic && 1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 279 | 0 | 0 | 0 | not $$self{'section'} and $name =~ /\.pm\z/i |
| 374 | 0 | 0 | 0 | $$self{'EXCLUDE'} and $command ne 'end' |
| 443 | 0 | 0 | 0 | @items > 2 and $i != $#items |
| 444 | 0 | 0 | 0 | @items == 2 and $i == 2 |
| 677 | 0 | 0 | 0 | /\w/ and not /^\w[.\)]\s*$/ |
| 766 | 0 | 0 | 0 | $manpage and not $manpage =~ /\^\&/ |
| 988 | 0 | 0 | 0 | defined $index and $index ne '' |
| 1023 | 0 | 0 | 0 | $c_is_quote and /\\\*\(C[\'\`]/ |
| line | l | !l | condition |
|---|---|---|---|
| 199 | 0 | 0 | $$self{'layout'} ||= '.LAYOUT 0' |
| 206 | 0 | 0 | $$self{'fixed'} ||= 'CW' |
| 207 | 0 | 0 | $$self{'fixedbold'} ||= 'CB' |
| 208 | 0 | 0 | $$self{'fixeditalic'} ||= 'CI' |
| 209 | 0 | 0 | $$self{'fixedbolditalic'} ||= 'CB' |
| 231 | 0 | 0 | $version[2] ||= 0 |
| 243 | 0 | 0 | $$self{'quotes'} ||= '"' |
| 275 | 0 | 0 | $$self{'section'} || 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 189 | 0 | 0 | 0 | length $$self{$_} < 1 or length $$self{$_} > 2 |
| 244 | 0 | 0 | 0 | $$self{'quotes'} =~ /^(.)(.)$/ or $$self{'quotes'} =~ /^(..)(..)$/ |
| 293 | 0 | 0 | 0 | s[^.*?/lib/[^/]*perl[^/]*/][]is or s[^.*?/[^/]*perl[^/]*/(?:lib/)?][]is |
| 314 | 0 | 0 | 0 | (stat $self->input_file)[9] || time |
| 699 | 0 | 0 | 0 | $kind eq 'man' or $kind eq 'roff' |
| 0 | 0 | 0 | $kind eq 'man' or $kind eq 'roff' or $kind eq 'dsr' | |
| 0 | 0 | 0 | $kind eq 'man' or $kind eq 'roff' or $kind eq 'dsr' or $kind eq 'rno' | |
| 772 | 0 | 0 | 0 | length $section || length $manpage |
| 979 | 0 | 0 | 0 | $section or @entries |
| 1022 | 0 | 0 | 0 | $$self{'LQUOTE'} =~ /\"/ || $$self{'RQUOTE'} =~ /\"/ |
| 1023 | 0 | 0 | 0 | /\"/ or $c_is_quote and /\\\*\(C[\'\`]/ |