lib/App/Serializer/Properties.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 14 | 71.4 |
line | true | false | branch |
---|---|---|---|
132 | 17 | 1 | if defined $section and $section ne '' |
133 | 0 | 18 | if (ref $data eq 'ARRAY') { } |
18 | 0 | elsif (ref $data) { } | |
136 | 0 | 0 | if (not ref $elem) { } |
147 | 21 | 17 | if (not ref $elem) { } |
190 | 6 | 49 | if $line =~ /^#/ |
191 | 42 | 7 | if ($line =~ /^ *([^ =]+) *= *(.*)$/) |