| blib/lib/VLGal/Style.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 36 | 36.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 589 | 0 | 0 | 0 | $size->get_max_height and $size->get_max_width |
| 621 | 2 | 0 | 8 | ref $val and exists $ALLOW_ISA{$name} |
| 628 | 2 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
| 633 | 0 | 0 | 2 | defined $val and not ref $val |
| 0 | 2 | 0 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
| 640 | 0 | 0 | 2 | not ref $val and exists $ALLOW_VALUE{$name} |
| 746 | 1 | 0 | 0 | ref $_[0] and &UNIVERSAL::isa($_[0], 'VLGal::Style') |
| 0 | 0 | 1 | not ref $_[0] and $_[0] eq 'VLGal::Style' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 487 | 0 | 1 | 0 | ref $class || $class |
| 613 | 2 | 0 | 10 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
| 0 | 0 | 10 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
| 0 | 0 | 10 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |