| line |
!l |
l&&!r |
l&&r |
condition |
|
180
|
0 |
0 |
287 |
defined $h and length $h |
|
|
0 |
0 |
287 |
defined $h and length $h and $h =~ /^\d\d?$/s |
|
|
0 |
0 |
287 |
defined $h and length $h and $h =~ /^\d\d?$/s and $h >= 0 |
|
|
0 |
0 |
287 |
defined $h and length $h and $h =~ /^\d\d?$/s and $h >= 0 and $h <= 23 |
|
205
|
0 |
0 |
141 |
defined $d and length $d |
|
233
|
0 |
0 |
44 |
@_ == 2 and defined $freq |
|
|
0 |
0 |
44 |
@_ == 2 and defined $freq and $freq =~ /^\d{1,5}$/s |
|
266
|
0 |
0 |
209 |
@_ == 2 and defined $base |
|
|
0 |
0 |
209 |
@_ == 2 and defined $base and length $base |
|
296
|
0 |
0 |
65 |
@_ == 2 and defined $period |
|
|
0 |
0 |
65 |
@_ == 2 and defined $period and length $period |
|
359
|
0 |
0 |
2 |
@_ == 2 and defined $ttl |
|
|
0 |
0 |
2 |
@_ == 2 and defined $ttl and $ttl =~ /^\d{1,6}$/s |
|
398
|
0 |
0 |
3 |
@_ == 2 and defined $max |
|
|
0 |
0 |
3 |
@_ == 2 and defined $max and $max =~ /^\d{1,9}$/s |
|
435
|
0 |
0 |
5 |
@_ == 2 and defined $min |
|
|
0 |
0 |
5 |
@_ == 2 and defined $min and $min =~ /^\d{1,9}$/s |
|
553
|
1093 |
39 |
0 |
$h == $start_hour and $d == $start_day |
|
696
|
435 |
31 |
0 |
$s_fract and $s_fract >= 0.5 |