| bin/units | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 27 | 25.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 97 | 0 | 0 | 0 | defined $have and $have =~ /\S/ |
| 103 | 0 | 0 | 0 | defined $want and $want =~ /\S/ |
| 138 | 0 | 0 | 0 | @args and $args[0] =~ /^-/ |
| 701 | 0 | 0 | 32805 | $goto and $goto->[0] eq "goto" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 156 | 0 | 0 | 0 | @args == 1 or @args > 2 |
| 355 | 206 | 6834 | 0 | $_[0]{'Temperature'} || $_[0]{'_'} |
| 452 | 0 | 0 | 0 | $k eq "_" or $k eq "hof" |
| 665 | 28557 | 39845 | 0 | $actiontab->{$la} || $actiontab->{'_'} |
| 739 | 0 | 2300 | 16416 | $token eq "*" or $token eq "-" |