| lib/Math/String/Charset/Wordlist.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 31 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 71 | 0 | 0 | 0 | -f $$self{'_file'} and -e $$self{'_file'} |
| 120 | 0 | 0 | 0 | $str eq '' and $$self{'_minlen'} <= 0 |
| 379 | 0 | 0 | 0 | defined $$self{'_maxlen'} and $count > $$self{'_maxlen'} |
| 403 | 0 | 0 | 0 | defined $$self{'_maxlen'} and $count > $$self{'_maxlen'} |
| line | l | !l | condition |
|---|---|---|---|
| 47 | 0 | 0 | $$self{'_type'} ||= 2 |
| 48 | 0 | 0 | $$self{'_order'} ||= 1 |
| 69 | 0 | 0 | $$value{'file'} || '' |
| 367 | 0 | 0 | shift() || 0 |
| 376 | 0 | 0 | shift() || 0 |
| 386 | 0 | 0 | $$self{'_sep'} || '' |
| 400 | 0 | 0 | shift() || 0 |
| 410 | 0 | 0 | $$self{'_sep'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 301 | 0 | 0 | 0 | not defined $str or $str eq '' |