| blib/lib/Goo/Thing/pm/TypeLessTranslator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 22 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 42 | 0 | 0 | if ($line =~ /^\s*\#/) |
| 48 | 0 | 0 | if ($line =~ /^\s*$/) |
| 55 | 0 | 0 | if ($line =~ /\=\~/) |
| 62 | 0 | 0 | if ($line =~ /\"/) |
| 92 | 0 | 0 | if $line =~ /^\s+#/ |
| 95 | 0 | 0 | if $line =~ /^[A-Z\$]+/ |
| 134 | 0 | 0 | if ($token =~ /[A-Z]/) |
| 137 | 0 | 0 | if ($token =~ /[\$\@\%]/) |
| 143 | 0 | 0 | if ($token =~ /^[a-z]*$/) |
| 171 | 0 | 0 | if Goo::Thing::pm::Perl5::is_reserved_word($letters) |
| 192 | 0 | 0 | if ($word =~ /^$pattern/) |