Branch Coverage

blib/lib/Env.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
79 2 0 @_ ? :
80 0 2 unless @vars
82 2 1 /^[\$\@]/ ? :
85 0 2 if $@
88 2 1 if ($type eq '$') { }
91 0 1 if ($^O eq 'VMS') { }
111 2 0 if (defined $value) { }
213 1 1 if (wantarray) { }