Branch Coverage

lib/App/Serializer/Ini.pm
Criterion Covered Total %
branch 17 40 42.5


line true false branch
131 0 18 if (ref $data eq 'ARRAY') { }
18 0 elsif (ref $data) { }
134 0 0 unless (ref $elem)
135 0 0 if not $section_data and $section
141 0 0 if (ref $elem)
142 0 0 $section ? :
149 21 17 unless (ref $elem)
150 12 9 if not $section_data and $section
156 17 21 if (ref $elem)
157 11 6 $section ? :
196 0 0 if $line =~ /^;/
197 0 0 if $line =~ /^#/
198 0 0 if ($line =~ /^\[([^\[\]]+)\] *$/) { }
0 0 elsif ($line =~ /^ *([^ =]+) *= *(.*)$/) { }
205 0 0 if ($branch) { }
226 0 78 if $line =~ /^;/
227 0 78 if $line =~ /^#/
228 24 54 if ($line =~ /^\[([^\[\]]+)\] *$/)
231 42 36 if ($line =~ /^ *([^ =]+) *= *(.*)$/)
232 42 0 $attrib_base ? :