| blib/lib/Text/Same/Match.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 16 | 62.5 |
| line | true | false | branch |
|---|---|---|---|
| 121 | 107 | 206 | if ($chunk_index1 < $$self{'min1'}) |
| 124 | 313 | 0 | if ($chunk_index1 > $$self{'max1'}) |
| 127 | 107 | 206 | if ($chunk_index2 < $$self{'min2'}) |
| 130 | 313 | 0 | if ($chunk_index2 > $$self{'max2'}) |
| 210 | 0 | 107 | if ($new_val > $$self{'max1'}) |
| 229 | 0 | 107 | if ($new_val > $$self{'max2'}) |
| 248 | 0 | 107 | if ($new_val < $$self{'min1'}) |
| 267 | 0 | 107 | if ($new_val < $$self{'min2'}) |