david2008 has asked for the wisdom of the Perl Monks concerning the following question:
the complete values to test the function aresub foo{ my ($a, $b) = @_; if($a<0) { return 1; } else { if($b>10) { return 2; } else { return 3; } } }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: reverse engineering the input needed for full coverage of the program
by Anonymous Monk on Feb 26, 2014 at 09:42 UTC | |
Re: reverse engineering the input needed for full coverage of the program
by locked_user sundialsvc4 (Abbot) on Feb 26, 2014 at 15:53 UTC |