Branch Coverage

blib/lib/Config/Apachish/Reader.pm
Criterion Covered Total %
branch 23 24 95.8


line true false branch
34 14 96 unless ($line =~ /\S/)
39 44 52 if ($line =~ s/\A\s*
40 20 24 if ($line =~ s[\A/][]) { }
42 1 19 unless $line =~ /\A(\w+)>$/
45 2 17 unless @$ctxs > 1 and $ctxs->[-1][0] eq $ctx_name
51 4 20 unless $line =~ s/\A(\w+)(?:\s+(\S.*))?>$//
56 10 10 if (length $args_s) { }
58 1 9 unless defined $args
73 12 40 if ($line =~ /\A\s*#/)
78 38 2 if ($line =~ /\A\s*(\w+)\s+(\S.*)$/)
81 1 37 unless (defined $args)
94 0 6 if (@$ctxs > 1)