blib/lib/VLGal/File.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 32 | 18.7 |
line | l | !l | condition |
---|---|---|---|
264 | 0 | 0 | scalar @from_dir and scalar @to_dir |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
211 | 0 | 0 | 1 | ref $val and exists $ALLOW_ISA{$name} |
218 | 0 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
223 | 0 | 0 | 0 | defined $val and not ref $val |
0 | 0 | 0 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
230 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
374 | 0 | 0 | 0 | $size->get_max_height and $size->get_max_width |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
175 | 0 | 2 | 0 | ref $class || $class |
203 | 1 | 0 | 4 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
0 | 0 | 4 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
0 | 0 | 4 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |