blib/lib/String/REPartition.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 27 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
32 | 0 | 0 | 0 | $ratio and _is_numeric($ratio) |
0 | 0 | 0 | $ratio and _is_numeric($ratio) and $ratio > 0 | |
0 | 0 | 0 | $ratio and _is_numeric($ratio) and $ratio > 0 and $ratio < 1 | |
35 | 0 | 0 | 0 | $arryref and ref $arryref |
0 | 0 | 0 | $arryref and ref $arryref and ref $arryref eq 'ARRAY' | |
145 | 0 | 0 | 0 | $ratio >= 0 and scalar @solns > 0 |
180 | 0 | 0 | 0 | length $regex > 2 and length $regex_annex |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
103 | 0 | 0 | 0 | int $splitval * $ratio <= 1 or int $splitval * $ratio >= $splitval - 1 |
0 | 0 | 0 | int $splitval * $ratio <= 1 or int $splitval * $ratio >= $splitval - 1 or $letnum >= $splitlen |