blib/lib/Statistics/R/IO/ParserState.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 10 | 50.0 |
line | true | false | branch |
---|---|---|---|
29 | 0 | 284186 | if (scalar @_ == 1) { } |
0 | 284186 | elsif (@_ % 2) { } | |
30 | 0 | 0 | if (ref $_[0] eq 'HASH') { } |
46 | 981 | 283205 | if (defined $attributes->{'data'} and not ref $attributes->{'data'}) |
56 | 0 | 284186 | unless ref $self->data eq 'ARRAY' |