| blib/lib/HTML/FormFu/OutputProcessor/Indent.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 15 | 86.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 63 | 10 | 3 | 15 | $output =~ / > \s* \z /x and not $in_pre |
| 76 | 2 | 4 | 49 | length $parser->peek and not $in_pre |
| 81 | 12 | 0 | 43 | $text eq $HTML::FormFu::OutputProcessor::Indent::SPACE and $parser->peek =~ / < /x |
| 91 | 88 | 0 | 28 | $parser->peek =~ m[ < (?!/) ]x and not $in_pre |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 52 | 15 | 13 | 5 | not defined $token->get_attrseq->[-1] or $token->get_attrseq->[-1] ne '/' |