Branch Coverage

blib/lib/Module/Checkstyle/Check/Variable.pm
Criterion Covered Total %
branch 14 16 87.5


line true false branch
56 0 21 if $type eq '@' and $name =~ /^ISA|EXPORT|EXPORT_OK$/
57 0 21 if $type eq '%' and $name =~ /^EXPORT_TAGS$/
60 10 11 if ($$self{$MATCHES_NAME})
61 3 7 if ($name and not $name =~ /$$self{$MATCHES_NAME}/)
69 5 16 if ($type eq '@' and $$self{$ARRAYS_IN_PLURAL})
71 1 4 if (number(lc $last_word) ne 'p')
79 5 16 if ($type eq '%' and $$self{$HASHES_IN_SINGULAR})
81 1 4 if (number(lc $last_word) ne 's')