blib/lib/Secret/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 15 | 13.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
95 | 1 | 2 | 0 | ref $key and ref $key ne 'ARRAY' |
131 | 0 | 0 | 0 | defined $num and not $num =~ /^\d+$/ |
184 | 0 | 0 | 0 | $limit and not $limit =~ /^\d+$/ |
190 | 0 | 0 | 0 | $limit and $num + $chunk > $limit |
193 | 0 | 0 | 0 | $limit and $num >= $limit |