blib/lib/Data/Report/Plugin/Text.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 20 | 60.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
32 | 13 | 12 | 0 | $style and not $self->_checkname($style) |
42 | 13 | 9 | 3 | $style and my $t = $self->_getstyle($style) |
line | l | !l | condition |
---|---|---|---|
75 | 5 | 97 | $$t{'indent'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
77 | 0 | 0 | 102 | $indent < 0 or $indent >= $self->_get_fdata->{$fname}{'width'} |
80 | 0 | 0 | 102 | $wrapindent < 0 or $wrapindent >= $self->_get_fdata->{$fname}{'width'} |
94 | 0 | 8 | 94 | $$t{'truncate'} or $$col{'truncate'} |
249 | 39 | 0 | 0 | not $self->_does_needskip or $$self{'lines'} <= 0 |