line |
true |
false |
branch |
72
|
0 |
34 |
if $$spec{$_}
|
83
|
0 |
0 |
if $self->margin_left and $self->margin_left == $x and ($self->margin_top and $self->margin_top == $y)
|
85
|
0 |
0 |
if $self->debug and $self->name
|
91
|
0 |
0 |
if $self->width and $self->width == $arg
|
92
|
0 |
0 |
if $self->debug and $self->name
|
98
|
0 |
0 |
if $self->margin_width and $self->margin_width == $arg
|
99
|
0 |
0 |
if $self->debug and $self->name
|
105
|
0 |
0 |
if $self->height and $self->height == $arg
|
106
|
0 |
0 |
if $self->debug and $self->name
|
112
|
0 |
0 |
if $self->margin_height and $self->margin_height == $arg
|
113
|
0 |
0 |
if $self->debug and $self->name
|
120
|
0 |
0 |
if $self->width and $self->width == $x and ($self->height and $self->height == $y)
|
122
|
0 |
0 |
if $self->debug and $self->name
|
128
|
0 |
0 |
if $self->margin_width == $x and $self->margin_height == $y
|
129
|
0 |
0 |
if $self->debug and $self->name
|
138
|
0 |
0 |
if $self->has_margin_left || $self->has_margin_right and $self->has_margin_top || $self->has_margin_bottom
|
144
|
0 |
0 |
if $self->has_margin_width || $self->has_width and $self->has_margin_height || $self->has_height
|
150
|
0 |
1 |
if ($self->has_content_left) { }
|
|
1 |
0 |
elsif ($self->has_margin_right and $self->has_margin_width) { }
|
|
0 |
0 |
elsif ($self->has_content_right and $self->has_content_width) { }
|
167
|
0 |
0 |
if ($self->has_content_top) { }
|
|
0 |
0 |
elsif ($self->has_margin_bottom and $self->has_margin_height) { }
|
|
0 |
0 |
elsif ($self->has_content_bottom and $self->has_content_height) { }
|
224
|
0 |
0 |
if ($self->has_margin_width) { }
|
|
0 |
0 |
elsif ($self->has_margin_left and $self->has_margin_right) { }
|
|
0 |
0 |
elsif ($self->has_content_left and $self->has_content_right) { }
|
244
|
0 |
0 |
if ($self->has_margin_height) { }
|
|
0 |
0 |
elsif ($self->has_margin_left and $self->has_margin_right) { }
|
|
0 |
0 |
elsif ($self->has_content_left and $self->has_content_right) { }
|