Branch Coverage
blib/lib/List/AllUtils/ContainsNull.pm |
|
Criterion |
Covered |
Total |
% |
branch |
34 |
38 |
89.4
|
line |
true |
false |
branch |
16
|
2 |
8 |
unless @_ |
19
|
8 |
18 |
unless (defined $_) |
20
|
14 |
4 |
if (defined $sum) { } |
27
|
2 |
8 |
unless @_ |
30
|
8 |
18 |
unless (defined $_) |
31
|
0 |
14 |
if $_ < $min |
|
14 |
4 |
if (defined $min) { } |
38
|
2 |
8 |
unless @_ |
41
|
8 |
18 |
unless (defined $_) |
42
|
14 |
0 |
if $_ > $max |
|
14 |
4 |
if (defined $max) { } |
49
|
2 |
8 |
unless @_ |
52
|
8 |
18 |
unless (defined $_) |
53
|
0 |
14 |
if $_ lt $min |
|
14 |
4 |
if (defined $min) { } |
60
|
2 |
8 |
unless @_ |
63
|
8 |
18 |
unless (defined $_) |
64
|
14 |
0 |
if $_ gt $max |
|
14 |
4 |
if (defined $max) { } |