Condition Coverage

blib/lib/Statistics/TheilSen.pm
Criterion Covered Total %
condition 0 33 0.0


and 3 conditions

line !l l&&!r l&&r condition
79 0 0 0 defined $y1 and $y1 =~ /\d/
0 0 0 defined $y1 and $y1 =~ /\d/ and defined $x1
0 0 0 defined $y1 and $y1 =~ /\d/ and defined $x1 and $x1 =~ /\d/
83 0 0 0 defined $y2 and $y2 =~ /\d/
90 0 0 0 defined $x2 and $x2 =~ /\d/
205 0 0 0 defined $y && $y =~ /\d/

or 3 conditions

line l !l&&r !l&&!r condition
127 0 0 0 ref $p || $p
205 0 0 0 not defined $y && $y =~ /\d/ or $y != $y + 0
0 0 0 not defined $y && $y =~ /\d/ or $y != $y + 0 or not defined $x
0 0 0 not defined $y && $y =~ /\d/ or $y != $y + 0 or not defined $x or not $x =~ /\d/
0 0 0 not defined $y && $y =~ /\d/ or $y != $y + 0 or not defined $x or not $x =~ /\d/ or $x != $x + 0