Condition Coverage

lib/PDF/Boxer/Role/SizePosition.pm
Criterion Covered Total %
condition 1 96 1.0


and 3 conditions

line !l l&&!r l&&r condition
83 0 0 0 $self->margin_left and $self->margin_left == $x
0 0 0 $self->margin_top and $self->margin_top == $y
0 0 0 $self->margin_left and $self->margin_left == $x and ($self->margin_top and $self->margin_top == $y)
85 0 0 0 $self->debug and $self->name
91 0 0 0 $self->width and $self->width == $arg
92 0 0 0 $self->debug and $self->name
98 0 0 0 $self->margin_width and $self->margin_width == $arg
99 0 0 0 $self->debug and $self->name
105 0 0 0 $self->height and $self->height == $arg
106 0 0 0 $self->debug and $self->name
112 0 0 0 $self->margin_height and $self->margin_height == $arg
113 0 0 0 $self->debug and $self->name
120 0 0 0 $self->width and $self->width == $x
0 0 0 $self->height and $self->height == $y
0 0 0 $self->width and $self->width == $x and ($self->height and $self->height == $y)
122 0 0 0 $self->debug and $self->name
128 0 0 0 $self->margin_width == $x and $self->margin_height == $y
129 0 0 0 $self->debug and $self->name
138 0 0 0 $self->has_margin_left || $self->has_margin_right and $self->has_margin_top || $self->has_margin_bottom
144 0 0 0 $self->has_margin_width || $self->has_width and $self->has_margin_height || $self->has_height
150 0 0 1 $self->has_margin_right and $self->has_margin_width
0 0 0 $self->has_content_right and $self->has_content_width
167 0 0 0 $self->has_margin_bottom and $self->has_margin_height
0 0 0 $self->has_content_bottom and $self->has_content_height
224 0 0 0 $self->has_margin_left and $self->has_margin_right
0 0 0 $self->has_content_left and $self->has_content_right
244 0 0 0 $self->has_margin_left and $self->has_margin_right
0 0 0 $self->has_content_left and $self->has_content_right

or 3 conditions

line l !l&&r !l&&!r condition
138 0 0 0 $self->has_margin_left || $self->has_margin_right
0 0 0 $self->has_margin_top || $self->has_margin_bottom
144 0 0 0 $self->has_margin_width || $self->has_width
0 0 0 $self->has_margin_height || $self->has_height