blib/lib/Tags/Output.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 12 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
198 | 47 | 5 | 1 | defined $self->{'output_handler'} and ref $self->{'output_handler'} ne "GLOB" |
205 | 47 | 4 | 1 | $self->{'auto_flush'} and not defined $self->{'output_handler'} |
259 | 12 | 0 | 135 | defined $self->{$callback_type} and ref $self->{$callback_type} eq "CODE" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
185 | 0 | 0 | 202 | $arg_num < $min_arg_num or $arg_num > $max_arg_num |