Branch Coverage

blib/lib/Dist/Zilla/Util/ExpandINI/Reader.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
33 14 106 if ($line =~ /\A\s*;(.*?)\s*$/msx)
37 26 80 $line =~ /\A\s*$/msx ? :
54 8 18 unless defined $package and length $package
56 0 26 unless $package
61 0 26 if (exists $self->{'sections'}{$name})