Branch Coverage

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

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