blib/lib/Repl/Loop.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
51 | 0 | 0 | if not $line or $line =~ /^\s*$/ |
52 | 0 | 0 | if ($line =~ /\s*break\s*/i) |
59 | 0 | 0 | if ($line =~ /^(.+)\\$/) { } |
70 | 0 | 0 | unless ($expr =~ /\A\s*\(.+\)\s*\Z/s) |
76 | 0 | 0 | if (ref $parsed eq 'ARRAY') { } |
0 | 0 | elsif (ref $parsed eq 'Repl::Core::Token') { } | |
80 | 0 | 0 | if $@ |
84 | 0 | 0 | if ($parsed->isEof) { } |
107 | 0 | 0 | if ($msg =~ /\A(.*) at .+ line .*\Z/s) |