| blib/lib/App/St.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 16 | 68.7 |
| line | l | !l | condition |
|---|---|---|---|
| 13 | 0 | 8 | $opt{'delimiter'} || "\t" |
| 14 | 1 | 7 | $opt{'format'} || '%.2f' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 69 | 6 | 9 | 45 | not defined $self->{'min'} or $num < $self->{'min'} |
| 70 | 6 | 45 | 9 | not defined $self->{'max'} or $num > $self->{'max'} |
| 160 | 0 | 0 | 12 | not $self->{'keep_data'} or scalar @{$data;} == 0 |
| 164 | 0 | 0 | 12 | $p < 0 or $p > 100 |