line |
!l |
l&&!r |
l&&r |
condition |
79
|
1 |
0 |
0 |
$drivers{$drv}{'checktype'} && !$Imager::formats{$drv} |
|
2 |
0 |
1 |
eval {
do {
require $drivers{$drv}{'module'};
1
}
} and not $drivers{$drv}{'checktype'} && !$Imager::formats{$drv} |
94
|
1 |
2 |
2 |
$driver->{'files'} and $file =~ /$driver->{'files'}/i |
111
|
1 |
0 |
0 |
$drivers{$type}{'checktype'} and not $Imager::formats{$type} |
190
|
0 |
0 |
0 |
$valign and $valign =~ /^(?:top|center|bottom|baseline)$/ |
194
|
0 |
0 |
0 |
$halign and $halign =~ /^(?:left|start|center|end|right)$/ |
255
|
0 |
0 |
0 |
@box and exists $input{'x'} |
|
0 |
0 |
0 |
@box and exists $input{'x'} and exists $input{'y'} |
|
0 |
0 |
0 |
@box and $input{'canon'} |
342
|
2 |
0 |
0 |
$drivers{$type} and $drivers{$type}{'class'} ne $class |