line |
!l |
l&&!r |
l&&r |
condition |
220
|
99 |
24 |
0 |
exists $tmpl->{'required'} and not exists $args->{$key} |
247
|
30 |
0 |
1 |
exists $tmpl->{'filter'} and ref $tmpl->{'filter'} eq 'CODE' |
292
|
31 |
0 |
0 |
exists $tmpl->{'post_filter'} and ref $tmpl->{'post_filter'} eq 'CODE' |
369
|
873 |
0 |
38 |
$item =~ /(Update|Date|Time)$/ and $data->{$item} =~ /\d+/ |
|
873 |
0 |
38 |
$item =~ /(Update|Date|Time)$/ and $data->{$item} =~ /\d+/ and ref $data->{$item} ne 'Time::Piece' |
375
|
3062 |
31 |
11 |
exists $data->{$field} and ref $data->{$field} ne 'Time::Piece' |
381
|
383 |
0 |
5 |
exists $data->{$field} and ref $data->{$field} ne 'Time::Seconds' |