Branch Coverage

blib/lib/Business/SLA.pm
Criterion Covered Total %
branch 17 18 94.4


line true false branch
160 4 4 if (my $bhours = $self->BusinessHours)
161 2 2 $bhours->first_after($date) == $date ? :
178 3 1 if ($self->IsInHours($date)) { }
215 10 4 unless exists $$self{'hash'}{$sla}{'RealMinutes'}
231 11 5 unless $self->BusinessHours
232 3 2 unless exists $$self{'hash'}{$sla}{'BusinessMinutes'}
270 8 18 if $self->StartImmediately($sla)
272 6 12 if (my $bhours = $self->BusinessHours) { }
298 0 6 if (my $bminutes = $self->AddBusinessMinutes($sla))