| 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 | 8 | unless @args |
| 35 | 3 | 8 | if (/^-(.+)$/) { } |
| 39 | 0 | 3 | if defined $next and $next =~ /^-/ |
| 41 | 3 | 0 | defined $next ? : |
| 52 | 0 | 8 | unless $opts{'engine'} =~ /\:\:/ |
| 53 | 0 | 8 | unless eval "require $opts{'engine'};" |
| 59 | 0 | 8 | unless $opts{'parser'} =~ /\:\:/ |
| 60 | 0 | 8 | unless eval "require $opts{'parser'};" |