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