Branch Coverage

blib/lib/PerlTidy/Options.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
54 0 0 unless $name and exists $nameSection{$name}
74 0 0 if ($asReference) { }
95 0 0 unless defined $entry
97 0 0 if (exists $nameDefault{$entry}) { }
0 0 elsif (exists $nameRange{$entry}) { }
109 0 0 if ($entry eq 'output-line-ending')
110 0 0 $^O eq 'MacOS' ? :
0 0 $^O =~ /(?:win32)/i ? :
0 0 $^O =~ /(?:dos)/i ? :
134 0 0 unless defined $type
136 0 0 $type =~ /^=(?:!|i)$/ ? :