| blib/lib/Text/Layout/Testing.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 15 | 86.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 54 | 910 | 0 | 70 | $_ eq "size" and defined $f->{$_} |
| 910 | 68 | 2 | $_ eq "size" and defined $f->{$_} and int $f->{$_} != $f->{$_} | |
| 56 | 343 | 344 | 293 | defined $f->{$_} and not !$f->{$_} || /col/ && $f->{$_} eq 'black' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 51 | 55 | 15 | 0 | $f->{'font'}{'size'} // $f->{'size'} |
| 56 | 70 | 274 | 293 | !$f->{$_} || /col/ && $f->{$_} eq 'black' |