Condition Coverage

blib/lib/Tags/Output.pm
Criterion Covered Total %
condition 9 12 75.0


and 3 conditions

line !l l&&!r l&&r condition
198 48 5 1 defined $self->{'output_handler'} and ref $self->{'output_handler'} ne "GLOB"
205 48 4 1 $self->{'auto_flush'} and not defined $self->{'output_handler'}
259 12 0 137 defined $self->{$callback_type} and ref $self->{$callback_type} eq "CODE"

or 3 conditions

line l !l&&r !l&&!r condition
185 0 0 202 $arg_num < $min_arg_num or $arg_num > $max_arg_num