Branch Coverage

blib/lib/Config/Apachish/Base.pm
Criterion Covered Total %
branch 21 38 55.2


line true false branch
32 0 431 if ($escaped)
38 0 431 if ($char eq '\\')
39 0 0 if ($single_quoted) { }
48 36 395 if ($char =~ /\s/)
49 13 23 if ($single_quoted or $double_quoted) { }
53 23 0 if defined $buf
59 30 365 if ($char eq '"')
60 0 30 if ($single_quoted)
68 0 365 if ($char eq q['])
69 0 0 if ($double_quoted)
79 48 0 if defined $buf
81 2 46 if ($escaped or $single_quoted or $double_quoted)
92 11 0 @{$self->{'_include_stack'};} ? :
104 0 17 if (@{$self->{'_include_stack'};})
111 0 17 unless my $abs_path = Cwd::abs_path($path)
113 0 17 if grep {$_ eq $abs_path;} @{$$self{'_include_stack'};}
122 0 6 unless @{$self->{'_include_stack'};}
134 0 23 unless open my $fh, '<', $filename
145 0 17 unless $res->[0] == 200