| blib/lib/HTML/PodCodeReformat.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 21 | 24 | 87.5 |
| line | true | false | branch |
|---|---|---|---|
| 28 | 1 | 3 | @_ > 1 ? : |
| 49 | 56 | 1372 | if $tag eq 'pre' |
| 56 | 28 | 1059 | $self->_inside_pre ? : |
| 72 | 102 | 344 | if /^\s*$/ |
| 74 | 342 | 2 | /^(\s+)/ ? : |
| 75 | 29 | 315 | if $indent_width < $min_indent_width |
| 79 | 27 | 1 | if ($min_indent_width) |
| 83 | 19 | 9 | if ($self->squash_blank_lines) |
| 88 | 0 | 28 | $self->line_numbers ? : |
| 98 | 4 | 4 | if ($type eq 'SCALAR') { } |
| 4 | 0 | elsif ($type eq '' or $type eq 'GLOB') { } | |
| 102 | 0 | 4 | unless defined $self->_html_parser->parse_file($input) |