line |
true |
false |
branch |
284
|
0 |
0 |
if $type ne 'local' and $type ne 'utc' and not $type =~ /^(local|utc)delay(local|utc|time)$/ |
286
|
4 |
0 |
unless defined $length |
289
|
0 |
4 |
if ($type =~ /utcdelay/) |
296
|
0 |
4 |
if ($type =~ /localdelay/) |
304
|
0 |
4 |
if $type eq 'time' |
305
|
0 |
4 |
defined $time && $time ne '' ? : |
|
4 |
0 |
if $type eq 'local' |
307
|
0 |
0 |
defined $time && $time ne '' ? : |
|
0 |
4 |
if $type eq 'utc' |
310
|
0 |
4 |
if $length eq 'stamp' |
317
|
4 |
0 |
if $length eq 'long' |
318
|
0 |
0 |
if $length eq 'normal' |
319
|
0 |
0 |
if $length eq 'short' |
320
|
0 |
0 |
if $length eq 'shortest' |
340
|
0 |
0 |
if ($minutes == 60) |
342
|
0 |
0 |
if ($hours == 24) |
344
|
0 |
0 |
if ($days == 7) |
356
|
0 |
0 |
if $weeks == 1 |
357
|
0 |
0 |
if $weeks > 1 |
358
|
0 |
0 |
if $days == 1 |
359
|
0 |
0 |
if $days > 1 |
360
|
0 |
0 |
if $hours == 1 |
361
|
0 |
0 |
if $hours > 1 |
362
|
0 |
0 |
if $minutes == 1 |
363
|
0 |
0 |
if $minutes > 1 |
364
|
0 |
0 |
if $seconds == 1 |
365
|
0 |
0 |
if $seconds > 1 |
367
|
0 |
0 |
if $humanTime eq '' |