blib/lib/Text/NumericData/App/txdnorm.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 24 | 29.1 |
line | true | false | branch |
---|---|---|---|
62 | 0 | 1 | unless ($param->{'from'}) |
68 | 0 | 1 | unless $param->{'to'} |
72 | 0 | 1 | unless ($param->{'column'} > 0) |
87 | 0 | 1 | if ($param->{'append'} and @{$self->{'txd'}{'Data'};}) |
91 | 0 | 1 | if ($param->{'xcol'} > 0) { } |
93 | 1 | 0 | if ($param->{'from'} < 0) { } |
97 | 0 | 0 | if $max == 0 and $param->{'verbose'} |
98 | 1 | 0 | unless $max == 0 |
112 | 0 | 0 | if (defined $val) { } |
115 | 0 | 0 | if $val == 0 and $param->{'verbose'} |
116 | 0 | 0 | unless $val == 0 |
123 | 0 | 0 | if $param->{'verbose'} |