lib/WWW/Mechanize/FormFiller/Value/Random/Date.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 16 | 81.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
30 | 3 | 0 | 2 | defined $max and defined $min |
3 | 2 | 0 | defined $max and defined $min and $max le $min | |
39 | 3 | 2 | 2 | defined $min and $result lt $min |
40 | 3 | 2 | 0 | defined $max and $result ge $max |
line | l | !l | condition |
---|---|---|---|
13 | 2 | 1 | $args{'min'} ||= undef |
14 | 2 | 1 | $args{'max'} ||= undef |