blib/lib/rig.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 18 | 55.5 |
line | true | false | branch |
---|---|---|---|
16 | 3 | 0 | unless @args or exists $opts{'load'} |
25 | 0 | 9 | unless @args |
35 | 3 | 9 | if (/^-(.+)$/) { } |
39 | 0 | 3 | if defined $next and $next =~ /^-/ |
41 | 3 | 0 | defined $next ? : |
51 | 0 | 9 | unless $opts{'engine'} =~ /\:\:/ |
53 | 0 | 9 | unless eval "require $opts{'engine'};" |
58 | 0 | 9 | unless $opts{'parser'} =~ /\:\:/ |
60 | 0 | 9 | unless eval "require $opts{'parser'};" |