| blib/lib/Text/Layout/Testing.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 9 | 88.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 54 | 283 | 284 | 187 | defined $f->{$_} and not !$f->{$_} || /col/ && $f->{$_} eq 'black' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 51 | 47 | 11 | 0 | $f->{'font'}{'size'} // $f->{'size'} |
| 54 | 58 | 226 | 187 | !$f->{$_} || /col/ && $f->{$_} eq 'black' |