Branch Coverage

blib/lib/String/Normal/Config/BusinessStop.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
11 1 2 if ($params{'business_stop'}) { }
12 0 1 unless open $fh, $params{'business_stop'}
22 4 88 if (substr($word, 0, 1) eq '^') { }
22 66 elsif (substr($word, -1, 1) eq '$') { }