blib/lib/Template/Plugin/PodSimple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 24 | 0.0 |
line | l | !l | condition |
---|---|---|---|
165 | 0 | 0 | local *Pod::Simple::HTML::do_pod_link = \&_do_pod_link and local *Pod::Simple::HTML::do_man_link = \&_do_man_link |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
107 | 0 | 0 | 0 | defined $to and length $to |
0 | 0 | 0 | defined $section and length $section | |
120 | 0 | 0 | 0 | defined $section and length($section .= '') |
137 | 0 | 0 | 0 | defined $to and length $to |
138 | 0 | 0 | 0 | defined $section and length $section |
line | l | !l | condition |
---|---|---|---|
146 | 0 | 0 | $_[1] || '?' |
147 | 0 | 0 | $_[2] || 'http://man.linuxquestions.org/index.php?type=2&query=' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
107 | 0 | 0 | 0 | defined $to and length $to or defined $section and length $section |