Branch Coverage

blib/lib/Shell/Var/Reader.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
47 0 0 unless (defined $file)
51 0 0 unless (-f $file)
56 0 0 unless my $raw_file = read_file($file)
59 0 0 if (defined $raw_split[0] and $raw_split[0] =~ /^\#\!.*bash/)
71 0 0 if ($line =~ /^[\_a-zA-Z]+[\_a-zA-Z0-9]*\=/)
90 0 0 if ($line =~ /^[\_a-zA-Z]+[\_a-zA-Z0-9]*\=/ and not $multiline) { }
97 0 0 if ($found_vars->{$var_key} =~ /^\'/ and not $found_vars->{$var_key} =~ /\'$/) { }
110 0 0 if ($found_vars->{$var_key} =~ /\'$/)
122 0 0 if (defined $base_vars->{$var_key})