blib/lib/Math/SimpleHisto/XS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 15 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
48 | 0 | 10 | 0 | ref $bins and ref $bins eq 'ARRAY' |
0 | 10 | 0 | ref $bins and ref $bins eq 'ARRAY' and @$bins > 1 | |
192 | 0 | 4 | 3 | $version >= 1 and $rest[7] ne '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
99 | 2 | 0 | 2 | $type eq 'json' or $type eq 'yaml' |
209 | 0 | 0 | 0 | @docs != 1 or not ref $docs[0] eq 'HASH' |