Branch Coverage

blib/lib/Math/Business/EMA.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
22 2 15 if (defined $days)
33 0 17 if $arg <= 0
45 0 6614 unless $$this{'R'}
48 6406 213 if (defined(my $e = $$this{'EMA'})) { }
53 15 198 if (ref($p = $$this{'_p'}) and ($N = @$p) >= $$this{'days'} - 1) { }