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
193 28 6 2 defined $self->{'output_handler'} and ref $self->{'output_handler'} ne 'GLOB'
199 30 2 2 $self->{'auto_flush'} and not defined $self->{'output_handler'}

or 3 conditions

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