blib/lib/Pod/Tree/Node.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 30 | 33 | 90.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
179 | 107 | 49 | 51 | not $page =~ /^[\w.-]+(::[\w.-]+)*$/ and $section eq '' |
361 | 0 | 8 | 0 | $interpreter and $interpreter ne $node->{'arg'} |
396 | 2260 | 1092 | 975 | @width and $token =~ />{$width[-1],}$/ |
426 | 1342 | 0 | 975 | $node->is_letter and $node->{'width'} == $width |
522 | 2951 | 448 | 2589 | $old and @$old |
529 | 2921 | 440 | 501 | $new->[-1]->is_text and $old->[0]->is_text |
3295 | 34 | 32 | $new->[-1]->is_verbatim and $old->[0]->is_verbatim | |
3288 | 27 | 14 | $new->[-1]->is_code and $old->[0]->is_code |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
232 | 6 | 12 | 112 | $node->is_code || $node->is_c_cut || $node->is_c_pod |
529 | 501 | 32 | 3329 | $new->[-1]->is_text and $old->[0]->is_text or $new->[-1]->is_verbatim and $old->[0]->is_verbatim |
32 | 14 | 3315 | $new->[-1]->is_text and $old->[0]->is_text or $new->[-1]->is_verbatim and $old->[0]->is_verbatim or $new->[-1]->is_code and $old->[0]->is_code |