line |
true |
false |
branch |
19
|
0 |
0 |
if ($sleeptime >= 5) { }
|
31
|
0 |
0 |
if ($sleep_time >= 5) { }
|
57
|
0 |
0 |
if ($hours > 1) { }
|
|
0 |
0 |
elsif ($hours == 1) { }
|
59
|
0 |
0 |
if ($minutes > 1) { }
|
|
0 |
0 |
elsif ($minutes == 1) { }
|
61
|
0 |
0 |
if ($seconds > 1) { }
|
|
0 |
0 |
elsif ($seconds == 1) { }
|
72
|
0 |
0 |
if (defined $char and $char eq 'c') { }
|
|
0 |
0 |
elsif (defined $char) { }
|
76
|
0 |
0 |
if (defined $user_command) { }
|
110
|
24 |
0 |
$Monat < 10 ? :
|
111
|
0 |
24 |
$Monatstag < 10 ? :
|
112
|
0 |
24 |
$Stunden < 10 ? :
|
113
|
0 |
24 |
$Minuten < 10 ? :
|
114
|
0 |
24 |
$Sekunden < 10 ? :
|