line |
!l |
l&&!r |
l&&r |
condition |
46
|
0 |
0 |
4 |
defined $data1 and defined $data2 |
67
|
8 |
5 |
4 |
$min <= $length && $length <= $max |
163
|
2 |
0 |
2 |
Date::Calc::check_date($year, $month, $day) && Date::Calc::check_time($hour, $min, $sec) |
210
|
0 |
6 |
2 |
defined $param and $param ne '' |
234
|
0 |
0 |
3 |
defined $target and $target =~ /$regex/ |
248
|
0 |
0 |
3 |
defined $target and $target =~ /$regex/ |
262
|
0 |
0 |
3 |
defined $target and $target =~ /$regex/ |
277
|
0 |
0 |
5 |
defined $start and $start =~ /$regex/ |
|
0 |
0 |
5 |
defined $start and $start =~ /$regex/ and defined $end |
|
0 |
0 |
5 |
defined $start and $start =~ /$regex/ and defined $end and $end =~ /$regex/ |
283
|
0 |
2 |
3 |
$data >= $start && $data <= $end |
296
|
0 |
0 |
4 |
$digit1 =~ /^\d+$/ and $digit2 =~ /^\d+$/ |
309
|
0 |
1 |
3 |
defined $param and $param ne '' |
346
|
0 |
0 |
0 |
$dt and $self->options->{'time_zone'} |
371
|
0 |
0 |
0 |
$dt and $self->options->{'time_zone'} |