| plplot.pd | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 26 | 37 | 70.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 1717 | 0 | 0 | 2 | defined $opts{'YLAB'} && ref($opts{'YLAB'}) =~ /ARRAY/ |
| 1745 | 1 | 0 | 1 | defined $opts{'COLOR'} && ref($opts{'COLOR'}) =~ /ARRAY/ |
| 1807 | 3 | 3 | 1 | $xlab and $bottomplot |
| 1808 | 0 | 5 | 2 | $title and $topplot |
| 1968 | 0 | 1 | 1 | defined $self->{'PLOTTYPE'} and $self->{'PLOTTYPE'} eq "CONTOUR" |
| 1970 | 1 | 0 | 0 | defined $self->{'CONTOURLABELS'} and $self->{'CONTOURLABELS'} |
| 2149 | 3 | 0 | 3 | defined $self->{'TEXTMODE'} and $self->{'TEXTMODE'} eq "border" |
| 2496 | 1 | 1 | 0 | $missing and not defined $outarg_index |
| line | l | !l | condition |
|---|---|---|---|
| 1445 | 576 | 150 | $self->{'BOX'} || [0, 1, 0, 1] |
| 1707 | 0 | 2 | $opts{'NYTICK'} || 2 |
| 1715 | 2 | 0 | $opts{'TITLE'} || '' |
| 1716 | 1 | 1 | $opts{'XLAB'} || '' |
| 2120 | 1 | 5 | $self->{'STACKED_BAR_COLORS'} // 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 2493 | 1 | 1 | 1895 | $missing or $need_reorder |