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