Branch Coverage

blib/lib/Schedule/Easing.pm
Criterion Covered Total %
branch 22 30 73.3


line true false branch
32 1 17 if (ref $self->{'schedule'} ne "ARRAY")
34 1 19 if (ref $ease ne "HASH")
35 19 0 if (my $builder = $builder{$ease->{'type'}}) { }
37 0 18 if ($ease->{'_err'})
51 192019 4 if (not $eref) { }
2 2 elsif ($eref eq 'HASH') { }
2 0 elsif ($eref eq 'ARRAY') { }
57 192006 32 if (my(%data) = $ease->matches($message))
62 95977 96046 if ($includes)
73 8016 0 if (not $eref) { }
0 0 elsif ($eref eq 'HASH') { }
0 0 elsif ($eref eq 'ARRAY') { }
79 8008 24 if (my(%data) = $ease->matches($message))
81 8000 8 if (defined $scheduled)
83 4441 3559 if ($scheduled > $intsched)