Condition Coverage

blib/lib/CSS/Struct/Output.pm
Criterion Covered Total %
condition 15 15 100.0


and 3 conditions

line !l l&&!r l&&r condition
194 28 6 2 defined $self->{'output_handler'} and not defined &openhandle($self->{'output_handler'})
200 30 2 2 $self->{'auto_flush'} and not defined $self->{'output_handler'}

or 3 conditions

line l !l&&r !l&&!r condition
147 2 2 103 $arg_num < $min_arg_num or $arg_num > $max_arg_num
205 2 2 28 ref $self->{'comment_delimeters'} ne 'ARRAY' or &none(sub { $_ eq $self->{'comment_delimeters'}[0]; } , '/*', '')