Branch Coverage

blib/lib/Finance/GeniusTrader/DateTime/3Hour.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
24 0 0 unless defined $time
26 0 0 if ($h >= 21) { }
0 0 elsif ($h >= 18) { }
0 0 elsif ($h >= 15) { }
0 0 elsif ($h >= 12) { }
0 0 elsif ($h >= 9) { }
0 0 elsif ($h >= 6) { }
0 0 elsif ($h >= 3) { }
41 0 0 if ($hour >= 21) { }
0 0 elsif ($hour >= 18) { }
0 0 elsif ($hour >= 15) { }
0 0 elsif ($hour >= 12) { }
0 0 elsif ($hour >= 9) { }
0 0 elsif ($hour >= 6) { }
0 0 elsif ($hour >= 3) { }