Branch Coverage

blib/lib/constant/our.pm
Criterion Covered Total %
branch 23 28 82.1


line true false branch
37 1 13 unless (@args)
44 10 3 if (ref $args[0]) { }
47 0 10 unless (ref $set_hash eq 'HASH' and @args == 0)
59 3 4 unless (exists $values{$_})
62 2 1 if (exists $ENV{"CONSTANT_OUR_$_"}) { }
73 12 1 if ($set_hash and %$set_hash)
84 12 0 if (ref $_[0]) { }
96 2 12 if (exists $values{$_}) { }
100 1 1 if (defined $values{$_} and defined $set{$_} and $values{$_} eq $set{$_}) { }
0 1 elsif (not defined $values{$_} || defined $set{$_}) { }
110 1 0 defined $values{$_} ? :
111 1 0 defined $set{$_} ? :
123 9 1 if (%set)
133 1 14 if (exists $reserved_constant{$_})