Branch Coverage

blib/lib/YAML/PP/Schema/Env.pm
Criterion Covered Total %
branch 11 12 100.0


line true false branch
28 4 3 if ($opt =~ /^defval=(.*)$/) { }
2 1 elsif ($opt =~ /defsep=(.*)$/) { }
44 37 0 if ($capture =~ /{(.*?)(?:\Q$default_separator\E(.*))?}$/) { }
47 23 14 if (not exists $ENV{$this_env}) { }
48 9 14 if (defined $this_default_value) { }
12 2 elsif (defined $default_value) { }