Branch Coverage

blib/lib/ODS/Storage/Base.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
20 4 4 if not ref $data and $self->can("parse_data_format")
23 4 4 if (ref $data eq 'ARRAY') { }
4 0 elsif (ref $data eq 'HASH') { }
50 12 0 if ($all) { }
59 12 0 if ref $data and $self->can("stringify_data_format")