Branch Coverage

blib/lib/Tk/TextHighlight/Bash.pm
Criterion Covered Total %
branch 0 48 0.0


line true false branch
15 0 0 unless (defined $rules)
66 0 0 if ($text =~ s/^(`)//)
86 0 0 if ($text =~ s/^(\\.)//)
90 0 0 if ($text =~ s/^(\$[^$separators]*)//)
94 0 0 if ($text =~ s/^(`)//)
99 0 0 if ($text =~ s/^(")//)
104 0 0 if ($text =~ s/^([^"|\$|`]+)//)
128 0 0 if ($text =~ s/^([^']+)//)
132 0 0 if ($text =~ s/^(')//)
142 0 0 if ($text =~ s[^(^#!/.*)][])
146 0 0 if ($text =~ s/^(#.*)//)
150 0 0 if ($text =~ s/^(\s+)//)
154 0 0 if ($text =~ s/^(`)//)
159 0 0 if ($text =~ s/^(")//)
164 0 0 if ($text =~ s/^('[^']*)//)
166 0 0 if ($text) { }
167 0 0 if ($text =~ s/(^')//)
175 0 0 if ($text =~ s/^(\$[^$separators]*)//)
179 0 0 if ($text =~ s/^([\|\||\||&&|&|;;|;|(|)])//)
183 0 0 if ($text =~ s/^([<|>])//)
187 0 0 if ($text =~ s/^(\\.)//)
191 0 0 if ($text =~ s/^([^$separators]+)//)
192 0 0 if ($self->tokenTest($1, 'Reserved')) { }
0 0 elsif ($self->tokenTest($1, 'Keyword')) { }