Condition Coverage

blib/lib/App/Asciio/Elements.pm
Criterion Covered Total %
condition 0 51 0.0


and 3 conditions

line !l l&&!r l&&r condition
63 0 0 0 $ruler_line->{'TYPE'} eq $ruler_line_to_remove->{'TYPE'} and $ruler_line->{'POSITION'} == $ruler_line_to_remove->{'POSITION'}
87 0 0 0 $ruler_line->{'TYPE'} eq $ruler_line_to_check->{'TYPE'} and $ruler_line->{'POSITION'} == $ruler_line_to_check->{'POSITION'}
557 0 0 0 exists $element->{'GROUP'} and defined $element->{'GROUP'}[-1]
566 0 0 0 exists $element->{'GROUP'} and defined $element->{'GROUP'}[-1]
0 0 0 exists $element->{'GROUP'} and defined $element->{'GROUP'}[-1] and exists $groups_to_select{$element->{'GROUP'}[-1]}
669 0 0 0 $stripe_x - $field <= $x and $x < $stripe_x + $strip->{'WIDTH'} + $field
0 0 0 $stripe_x - $field <= $x and $x < $stripe_x + $strip->{'WIDTH'} + $field and $stripe_y - $field <= $y
0 0 0 $stripe_x - $field <= $x and $x < $stripe_x + $strip->{'WIDTH'} + $field and $stripe_y - $field <= $y and $y < $stripe_y + $strip->{'HEIGHT'} + $field
712 0 0 0 $start_x <= $stripe_x and $stripe_x + $strip->{'WIDTH'} <= $start_x + $width
0 0 0 $start_x <= $stripe_x and $stripe_x + $strip->{'WIDTH'} <= $start_x + $width and $start_y <= $stripe_y
0 0 0 $start_x <= $stripe_x and $stripe_x + $strip->{'WIDTH'} <= $start_x + $width and $start_y <= $stripe_y and $stripe_y + $strip->{'HEIGHT'} <= $start_y + $height

or 2 conditions

line l !l condition
661 0 0 $field //= 0
743 0 0 $xs // 10000
744 0 0 $ys // 10000
745 0 0 $xe // 0
746 0 0 $ye // 0
749 0 0 $xs // 0
0 0 $ys // 0
0 0 $xe // 0
0 0 $ye // 0