Branch Coverage

blib/lib/Lab/Generic.pm
Criterion Covered Total %
branch 0 50 0.0


line true false branch
43 0 0 if (ref @data[0] eq 'HASH') { }
0 0 elsif (ref @data[0] eq 'ARRAY') { }
47 0 0 if ($subroutine =~ /print/u) { }
64 0 0 if ($subroutine =~ /print/u) { }
72 0 0 if ($subroutine =~ /print/u) { }
91 0 0 if (ref $arg ne 'HASH') { }
92 0 0 if (defined @{$params;}[$i])
106 0 0 if (exists $arguments->{$param}) { }
118 0 0 if (exists $arguments->{$param})
142 0 0 if ($sleeptime >= 5) { }
154 0 0 if ($sleeptime >= 5) { }
180 0 0 if ($hours > 1) { }
0 0 elsif ($hours == 1) { }
182 0 0 if ($minutes > 1) { }
0 0 elsif ($minutes == 1) { }
184 0 0 if ($seconds > 1) { }
0 0 elsif ($seconds == 1) { }
195 0 0 if (defined $char and $char eq 'c') { }
0 0 elsif (defined $char) { }
199 0 0 if (defined $user_command) { }
233 0 0 $Monat < 10 ? :
234 0 0 $Monatstag < 10 ? :
235 0 0 $Stunden < 10 ? :
236 0 0 $Minuten < 10 ? :
237 0 0 $Sekunden < 10 ? :