Condition Coverage

blib/lib/HTML/DeferableCSS.pm
Criterion Covered Total %
condition 13 18 72.2


and 3 conditions

line !l l&&!r l&&r condition
226 19 0 1 $self->use_cdn_links and $self->has_cdn_links
270 3 2 3 $file->[0] and $file->[2] <= $self->inline_max
287 2 4 1 $file->[0] and $file->[2] <= $self->inline_max

or 3 conditions

line l !l&&r !l&&!r condition
222 11 17 0 $file //= $self->_get_file($name)
227 1 0 0 $self->cdn_links->{$name} // $href
250 4 5 0 $file //= $self->_get_file($name)