line |
!l |
l&&!r |
l&&r |
condition |
156
|
0 |
0 |
260 |
&is_Int($_[0]) and $_[0] > -1 |
|
0 |
4 |
256 |
&is_Int($_[0]) and $_[0] > -1 and $_[0] < 10001 |
314
|
5 |
3 |
24 |
-f $filename and $filename =~ /[a-zA-Z0-9]+\.(pdf|jpe?g|png)\z/ |
|
8 |
0 |
24 |
-f $filename and $filename =~ /[a-zA-Z0-9]+\.(pdf|jpe?g|png)\z/ and "File::Spec"->file_name_is_absolute($filename) |
491
|
1 |
0 |
273 |
$width <= 1 and $width > 0 |
770
|
218 |
35 |
4 |
$self->twoside and $self->oneside |
812
|
250 |
1 |
2 |
$self->areaset_height and $self->areaset_width |
|
251 |
1 |
1 |
$self->areaset_height and $self->areaset_width and $self->geometry_outer_margin |
|
2 |
0 |
1 |
$self->areaset_height and $self->areaset_width and $self->geometry_outer_margin and $self->geometry_top_margin |