| blib/lib/WebService/CaptchasDotNet.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 14 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 82 | 2 | 4 | 12 | $secret and $random |
| 6 | 2 | 10 | $secret and $random and $input | |
| 6 | 4 | 6 | $secret and $random and $input and $input =~ /^[a-z]{6}$/ | |
| 293 | 1 | 13 | 3 | $mtime and $mtime + $$self{'_expire'} < time |
| line | l | !l | condition |
|---|---|---|---|
| 42 | 6 | 17 | $args{'expire'} || 3600 |