| blib/lib/VoiceXML/Client/Engine/Component/Interpreter/Perl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 12 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 77 | 0 | 0 | if ($code =~ /^\s*([\w\d\_]+)\s+=\s*'([^']*)'\s*$/) { } |
| 0 | 0 | elsif ($code =~ /^\s*([\w\d\_]+)\s+=\s*(.*)/) { } | |
| 0 | 0 | elsif ($code =~ /$comparisonOps/) { } | |
| 89 | 0 | 0 | if ($value =~ m[[\s\+\*/\-\|\&]+]) { } |
| 0 | 0 | elsif ($value =~ /^\-?[\d\.]+/) { } | |
| 95 | 0 | 0 | if ($@) |