Condition Coverage

blib/lib/Graphics/GnuplotIF.pm
Criterion Covered Total %
condition 0 45 0.0


and 3 conditions

line !l l&&!r l&&r condition
183 0 0 0 $self->{'scriptfile'} ne '' and $self->{'plot_also'} != 0
233 0 0 0 defined $self->{'__iohandle_pipe'} and not close $self->{'__iohandle_pipe'}
237 0 0 0 defined $self->{'__iohandle_file'} and not close $self->{'__iohandle_file'}
246 0 0 0 defined $stat[7] and $stat[7] == 0
278 0 0 0 defined $style and exists $linestyles{$style}
424 0 0 0 ref $yref[$j] eq 'HASH' and exists $yref[$j]{'style_spec'}
0 0 0 ref $yref[$j] eq 'HASH' and exists $yref[$j]{'style_spec'} and exists $yref[$j]{'y_values'}
480 0 0 0 ref $rh eq 'HASH' and exists $rh->{'style_spec'}
0 0 0 ref $rh eq 'HASH' and exists $rh->{'style_spec'} and exists $rh->{'x_values'}
0 0 0 ref $rh eq 'HASH' and exists $rh->{'style_spec'} and exists $rh->{'x_values'} and exists $rh->{'y_values'}
581 0 0 0 defined $pause and $pause =~ /^[+-]?(\d+|\d+\.\d*|\d*\.\d+)$/x
584 0 0 0 defined $message and $message ne ''
736 0 0 0 defined $xleft and defined $xright
751 0 0 0 defined $yleft and defined $yright

or 3 conditions

line l !l&&r !l&&!r condition
183 0 0 0 $self->{'scriptfile'} eq '' or $self->{'scriptfile'} ne '' and $self->{'plot_also'} != 0