Branch Coverage

blib/lib/WordLists/Serialise/Simple.pm
Criterion Covered Total %
branch 16 28 57.1


line true false branch
24 3 0 if (ref $$self{'line_sep'} eq ref \'') { }
0 0 elsif (not ref $$self{'line_sep'}) { }
42 0 3 defined $$args{'field_sep'} ? :
0 3 defined $$args{'attlist'} ? :
50 1 3 if (ref $structure eq ref {}) { }
3 0 elsif (ref $structure eq ref []) { }
56 3 0 unless defined $$args{'line_sep'}
58 3 0 unless $$args{'no_header'} or $$self{'no_header'}
61 5 0 if (ref $_ eq ref {}) { }
79 12 12 if (defined $test and ref $test eq ref '')
81 0 12 if $test =~ /$$self{'field_sep'}/
82 0 12 if $test =~ /$$self{'line_sep'}/
88 0 6 defined $$args{'attlist'} ? :
94 12 12 defined $$structure{$_} ? :