| blib/lib/PDL/Graphics/Simple/Prima.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 33 | 3.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 428 | 0 | 0 | 0 | $ipo->{'oplot'} and defined $me->{'last_plot'} |
| 437 | 0 | 0 | 0 | $me->{'next_plotno'} and $me->{'next_plotno'} >= $me->{'multi'}[0] * $me->{'multi'}[1] |
| 488 | 0 | 0 | 0 | defined $ipo->{'xrange'} and defined $ipo->{'xrange'}[0] |
| 489 | 0 | 0 | 0 | defined $ipo->{'xrange'} and defined $ipo->{'xrange'}[1] |
| 490 | 0 | 0 | 0 | defined $ipo->{'yrange'} and defined $ipo->{'yrange'}[0] |
| 491 | 0 | 0 | 0 | defined $ipo->{'yrange'} and defined $ipo->{'yrange'}[1] |
| line | l | !l | condition |
|---|---|---|---|
| 135 | 0 | 0 | $opt->{'output'} || 'PDL/Prima Plot' |
| 387 | 0 | 0 | $co->{'width'} || 1 |
| 546 | 0 | 0 | $co->{'width'} || 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 42 | 0 | 1 | 0 | $force or not defined $PDL::Graphics::Simple::Prima::mod->{'ok'} |
| 324 | 0 | 0 | 0 | $cmin //= $imdata->min |
| 325 | 0 | 0 | 0 | $cmax //= $imdata->max |