| lib/WWW/Mechanize/FormFiller/Value/Random/Date.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 3 | 10 | 30.0 |
| line | true | false | branch |
|---|---|---|---|
| 12 | 0 | 0 | unless scalar keys %args |
| 28 | 0 | 0 | if $_ eq "now" |
| 30 | 0 | 0 | if defined $max and defined $min and $max le $min |
| 39 | 0 | 3 | if defined $min and $result lt $min |
| 40 | 1 | 9 | if defined $max and $result ge $max |