| line |
!l |
l&&!r |
l&&r |
condition |
|
116
|
1 |
9 |
0 |
ref $attrs eq 'HASH' && delete $attrs->{'prependTo'} |
|
117
|
1 |
9 |
0 |
ref $attrs eq 'HASH' && delete $attrs->{'appendTo'} |
|
167
|
3 |
5 |
27 |
@_ and @implicit_args |
|
170
|
2 |
0 |
0 |
substr($implicit, 0, 1) eq '@' and $ref eq 'ARRAY' |
|
|
2 |
0 |
0 |
substr($implicit, 0, 1) eq '%' and $ref eq 'HASH' |
|
|
2 |
0 |
0 |
substr($implicit, 0, 1) eq '\\' and $ref eq 'REF' |
|
219
|
1 |
1 |
1 |
$attrs->{'dataSource'} and ref $attrs->{'dataSource'} eq '' |
| line |
l |
!l&&r |
!l&&!r |
condition |
|
119
|
1 |
1 |
8 |
$prepend or $append |
|
155
|
1 |
1 |
8 |
$prepend or $append |
|
170
|
25 |
0 |
2 |
$ref =~ /^(?:|SCALAR)$/u or substr($implicit, 0, 1) eq '@' and $ref eq 'ARRAY' |
|
|
0 |
0 |
2 |
$ref =~ /^(?:|SCALAR)$/u or substr($implicit, 0, 1) eq '@' and $ref eq 'ARRAY' or substr($implicit, 0, 1) eq '%' and $ref eq 'HASH' |
|
|
0 |
0 |
2 |
$ref =~ /^(?:|SCALAR)$/u or substr($implicit, 0, 1) eq '@' and $ref eq 'ARRAY' or substr($implicit, 0, 1) eq '%' and $ref eq 'HASH' or substr($implicit, 0, 1) eq '\\' and $ref eq 'REF' |
|
|
0 |
0 |
2 |
$ref =~ /^(?:|SCALAR)$/u or substr($implicit, 0, 1) eq '@' and $ref eq 'ARRAY' or substr($implicit, 0, 1) eq '%' and $ref eq 'HASH' or substr($implicit, 0, 1) eq '\\' and $ref eq 'REF' or substr($implicit, 0, 1) eq '*' |
|
192
|
0 |
0 |
0 |
delete $attrs->{'id'} // new_id($c, $attrs) |
|
200
|
0 |
0 |
0 |
delete $attrs->{'id'} // new_id($c, $attrs) |
|
208
|
2 |
1 |
0 |
delete $attrs->{'id'} // new_id($c, $attrs) |
|
216
|
2 |
1 |
0 |
delete $attrs->{'id'} // new_id($c, $attrs) |
|
238
|
0 |
0 |
0 |
delete $attrs->{'id'} // new_id($c, $attrs) |
|
247
|
0 |
1 |
0 |
delete $attrs->{'id'} // new_id($c, $attrs) |
|
264
|
3 |
0 |
0 |
$id //= new_id($c, $attrs) |