line |
!l |
l&&!r |
l&&r |
condition |
26
|
10 |
0 |
3 |
$name eq "svg" and not $self->_seen($name) |
|
7 |
0 |
3 |
$self->_stash("svg") and not $self->_stash("grouped") |
32
|
0 |
2 |
1 |
$name eq "g" and (_attr($elem, 'id') || '') eq $self->_group_id |
80
|
0 |
1 |
2 |
$self->_seen($name) == 1 and $self->_stash("added_group") |
|
1 |
0 |
2 |
$self->_seen($name) == 1 and $self->_stash("added_group") and $prev eq "g" |
161
|
0 |
2 |
1 |
@ops and $ops[-1][0] eq "rotate" |
169
|
0 |
0 |
0 |
@ops and $ops[-1][0] eq "matrix" |
176
|
0 |
0 |
0 |
@ops and $ops[-1][0] eq "matrix" |
188
|
0 |
0 |
0 |
@ops and $ops[-1] eq "matrix" |
242
|
1 |
0 |
2 |
$args[0] == 1 and $args[1] == 1 |
283
|
1 |
0 |
5 |
$set->{'min_x'} and $set->{'min_x'} < 0 |
288
|
5 |
0 |
1 |
$set->{'min_y'} and $set->{'min_y'} < 0 |
326
|
2 |
1 |
0 |
$x and $y |
390
|
0 |
0 |
12 |
defined $value and $value ne "" |