| line |
!l |
l&&!r |
l&&r |
condition |
|
100
|
48 |
1 |
0 |
$mon == 2 and not $year % 4 |
|
134
|
72 |
54 |
80 |
@words and $words[0] =~ /^\d+/ |
|
|
60 |
64 |
2 |
not $time and $vals[0] =~ /^\d{3}/ |
|
|
64 |
58 |
2 |
$time and not defined $time->[3] |
|
|
122 |
1 |
1 |
$time and not defined $time->[3] and not defined $v[0] |
|
147
|
17 |
66 |
0 |
not $time and @vals != 3 |
|
154
|
59 |
64 |
0 |
not $time and @vals != 3 |
|
|
123 |
0 |
0 |
not $time and @vals != 3 and @vals != 2 |
|
164
|
0 |
17 |
43 |
defined $time->[0] and not defined $v[0] |
|
165
|
2 |
58 |
0 |
defined $time->[3] and not defined $v[3] |
|
166
|
6 |
0 |
54 |
defined $time->[6] and not defined $v[6] |
|
193
|
411 |
51 |
0 |
$v != int $v and $i < 5 |
|
204
|
2 |
7 |
51 |
defined $sec and $sec != int $sec |
|
297
|
0 |
0 |
0 |
$shift =~ s/^(\+|-)// && $1 eq '-' |
|
311
|
2 |
13 |
51 |
defined $time[5] and $time[5] =~ /\.(\d+)/ |
|
318
|
12 |
0 |
3 |
defined $time[6] and not defined $shiftOffset->{'Timezone'} |
|
329
|
6 |
54 |
0 |
@shift > 6 and @time <= 6 |
|
384
|
6 |
0 |
0 |
$shiftOffset->{'Timezone'} and @time <= 6 |
|
433
|
0 |
0 |
444 |
defined $time[$i] and defined $toTime[$i] |
|
442
|
0 |
0 |
54 |
$time[$i] == $toTime[$i] and $time[$i + 1] == $toTime[$i + 1] |
|
446
|
0 |
0 |
0 |
$toTime[6] >= 0 and $toTime[7] >= 0 |