| blib/lib/Algorithm/Numerical/Sample.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 20 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 22 | 0 | 0 | unless defined $args{$_} | 
| 26 | 0 | 0 | unless $args{'set'} | 
| 31 | 0 | 0 | defined $args{'sample_size'} ? : | 
| 45 | 0 | 0 | if ($U < $sample_size - $sample_counter) | 
| 55 | 0 | 0 | wantarray ? : | 
| 71 | 0 | 0 | unless defined $args{$_} | 
| 76 | 0 | 0 | defined $args{'sample_size'} ? : | 
| 88 | 0 | 0 | if ($$self{'seen'} < $$self{'sample_size'}) { } | 
| 96 | 0 | 0 | if ($U < $$self{'sample_size'}) | 
| 116 | 0 | 0 | wantarray ? : |