| blib/lib/Lab/XPRESS/Data/XPRESS_plotter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 27 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 319 | 0 | 0 | 0 | not defined $plot{'z-axis'} || defined $plot{'cb-axis'} and $plot{'type'} eq "pm3d" |
| 370 | 0 | 0 | 0 | $self->{'plot'}{'type'} eq "pm3d" and $block_num <= 1 |
| 0 | 0 | 0 | $self->{'plot'}{'type'} eq "pm3d" and $block_num > 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 12 | 0 | 0 | 0 | ref $proto || $proto |
| 223 | 0 | 0 | 0 | defined $plot{'x-min'} or defined $plot{'x-max'} |
| 229 | 0 | 0 | 0 | defined $plot{'y-min'} or defined $plot{'y-max'} |
| 235 | 0 | 0 | 0 | defined $plot{'z-min'} or defined $plot{'z-max'} |
| 241 | 0 | 0 | 0 | defined $plot{'cb-min'} or defined $plot{'cb-max'} |
| 319 | 0 | 0 | 0 | defined $plot{'z-axis'} || defined $plot{'cb-axis'} |