line |
!l |
l&&!r |
l&&r |
condition |
218
|
107 |
29 |
0 |
exists $tmpl->{'required'} and not exists $args->{$key} |
245
|
34 |
0 |
2 |
exists $tmpl->{'filter'} and ref $tmpl->{'filter'} eq "CODE" |
290
|
36 |
0 |
0 |
exists $tmpl->{'post_filter'} and ref $tmpl->{'post_filter'} eq "CODE" |
367
|
941 |
0 |
45 |
$item =~ /(Update|Date|Time)$/ and $data->{$item} =~ /\d+/ |
|
941 |
0 |
45 |
$item =~ /(Update|Date|Time)$/ and $data->{$item} =~ /\d+/ and ref $data->{$item} ne "Time::Piece" |
373
|
3234 |
35 |
11 |
exists $data->{$field} and ref $data->{$field} ne "Time::Piece" |
379
|
405 |
0 |
5 |
exists $data->{$field} and ref $data->{$field} ne "Time::Seconds" |