Branch Coverage

blib/lib/Statistics/R/IO/ParserState.pm
Criterion Covered Total %
branch 5 10 50.0


line true false branch
29 0 117714 if (scalar @_ == 1) { }
0 117714 elsif (@_ % 2) { }
30 0 0 if (ref $_[0] eq 'HASH') { }
46 515 117199 if (defined $attributes->{'data'} and not ref $attributes->{'data'})
56 0 117714 unless ref $self->data eq 'ARRAY'