Branch Coverage

blib/lib/Statistics/PointEstimation.pm
Criterion Covered Total %
branch 13 34 38.2


line true false branch
42 0 500 if $self->count <= 1
43 0 500 unless defined $$self{'significance'}
53 500 0 $$self{'standard_error'} ? :
64 0 500 if (ref $_[0] eq 'ARRAY') { }
70 500 0 if defined $$self{'significance'}
73 500 0 if defined $$self{'count'} and $$self{'count'} > 1
81 500 0 if $significance > 0 and $significance < 100
82 0 500 if defined $$self{'count'} and $$self{'count'} > 1
103 0 1 if $$self{'valid'} != 1
116 0 998 unless my $type = ref $self
121 0 998 if $name eq 'DESTROY'
122 0 998 if (exists $$self{'_permitted'}{$name}) { }
998 0 elsif (exists $$self{'_confidence'}{$name}) { }
181 0 0 if $self->count > 1
188 0 0 unless my $type = ref $self
193 0 0 if $name eq 'DESTROY'
195 0 0 if (exists $$self{'_confidence'}{$name}) { }