| lib/R/YapRI/Interpreter/Perl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 15 | 60.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 254 | 1 | 3 | 9 | defined $$parg{$k} and $$parg{$k} =~ /./ |
| 357 | 1 | 1 | 11 | defined $args and $args =~ /./ |
| 373 | 0 | 0 | 6 | defined $targ and $targ =~ /./ |
| 380 | 0 | 0 | 6 | defined $targs and $targs =~ /./ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 196 | 8 | 0 | 0 | shift() || croak('ERROR: No array ref. was supplied to _rvar_vector') |