blib/lib/Inky.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 23 | 78.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
205 | 13 | 2 | 1 | exists $attributes->{'no-expander'} and not defined $attributes->{'no-expander'} |
241 | 9 | 1 | 6 | $large_size == $self->column_count and $col->find('.row, row')->size == 0 |
10 | 2 | 4 | $large_size == $self->column_count and $col->find('.row, row')->size == 0 and not $attr_no_expander |
line | l | !l | condition |
---|---|---|---|
40 | 5 | 0 | $attrs->{$attr} // '' |
146 | 2 | 2 | $element->attr('class') // '' |
165 | 0 | 4 | $e->attr('class') // '' |
170 | 0 | 1 | $e->attr('class') // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
221 | 11 | 5 | 0 | $col->attr('small') || $self->column_count |
222 | 13 | 3 | 0 | $col->attr('large') || $col->attr('small') || int $self->column_count / $col_count |