Branch Coverage

File:lib/CheckSpelling/CheckPattern.pm
Coverage:75.0%

line%coveragebranch
1050TFif $line =~ /^#/
1150TFunless $line =~ /./
17100TFif (eval {         do {         qr/$line/ } } and $warning eq "")
2050TFif (defined $previous_reference) { }
28100TFunless $warning
37100TFif ($code =~ /(^Unmatched )(.)$/)