Branch Coverage

blib/lib/Acme/LeetSpeak.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
106 0 0 unless defined $text and $text ne '' and not $text =~ /^\s+$/
108 0 0 if ($text =~ /$$rule[0]/ and int rand 9 < $$rule[1])
120 0 0 if (int rand 9 < $CHANCE_OF_LEET_CHAR)
124 0 0 if (int rand 9 < $CHANCE_OF_UPPER_CHAR)