Condition Coverage

blib/lib/Tk/ForDummies/Graph.pm
Criterion Covered Total %
condition 0 72 0.0


and 3 conditions

line !l l&&!r l&&r condition
191 0 0 0 defined $data and not $data =~ /^\d+$/
198 0 0 0 defined $xvaluesregex and not ref($xvaluesregex) =~ /^Regexp$/i
209 0 0 0 defined $gradient and not ref($gradient) =~ /^hash$/i
216 0 0 0 defined $Colors and ref $Colors ne 'ARRAY'
226 0 0 0 defined $Markers and ref $Markers ne 'ARRAY'
237 0 0 0 defined $Typemixed and ref $Typemixed ne 'ARRAY'
261 0 0 0 my $noaxis = $CompositeWidget->cget(-'noaxis') and $CompositeWidget->cget(-'noaxis') == 1
367 0 0 0 defined $ZoomX and not _isANumber($ZoomX) || $ZoomX > 0
0 0 0 defined $ZoomY and not _isANumber($ZoomY) || $ZoomY > 0
397 0 0 0 $$CompositeWidget{'RefInfoDummies'}{'Balloon'}{'Obj'} and $CompositeWidget->Tk::Exists->{'RefInfoDummies'}{'Balloon'}{'Obj'}
414 0 0 0 defined $Croak and $Croak == 1
551 0 0 0 defined $RefDataToDisplay and defined $$RefDataToDisplay[$LineNumber]
647 0 0 0 defined $longticks and $longticks == 1
709 0 0 0 defined $longticks and $longticks == 1
1012 0 0 0 $CompositeWidget->cget(-'zeroaxisonly') == 1 and $$CompositeWidget{'RefInfoDummies'}{'Data'}{'MaxYValue'} > 0
0 0 0 $CompositeWidget->cget(-'zeroaxisonly') == 1 and $$CompositeWidget{'RefInfoDummies'}{'Data'}{'MaxYValue'} > 0 and $$CompositeWidget{'RefInfoDummies'}{'Data'}{'MinYValue'} < 0

or 3 conditions

line l !l&&r !l&&!r condition
320 0 0 0 $startangle < 0 or $startangle > 360
367 0 0 0 _isANumber($ZoomX) || $ZoomX > 0
0 0 0 _isANumber($ZoomY) || $ZoomY > 0
0 0 0 defined $ZoomX and not _isANumber($ZoomX) || $ZoomX > 0 or defined $ZoomY and not _isANumber($ZoomY) || $ZoomY > 0
0 0 0 defined $ZoomX || defined $ZoomY
0 0 0 defined $ZoomX and not _isANumber($ZoomX) || $ZoomX > 0 or defined $ZoomY and not _isANumber($ZoomY) || $ZoomY > 0 or not defined $ZoomX || defined $ZoomY
464 0 0 0 $Refcoord{'type'} eq 'circle' or $Refcoord{'type'} eq 'square'
653 0 0 0 $Value > 1000000 or length $Value > 7