Branch Coverage

blib/lib/ODS/Storage/Base.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
22 4 1764 if not ref $data and $self->can("parse_data_format")
25 46 1722 if (ref $data eq 'ARRAY') { }
1721 1 elsif (ref $data eq 'HASH') { }
54 12 1720 if ($all and not ref $all) { }
1720 0 elsif ($all) { }
65 1732 0 if ref $data and $self->can("stringify_data_format")