blib/lib/PYX/Parser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 12 | 41.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
51 | 0 | 5 | 0 | defined $self->{'output_handler'} and ref $self->{'output_handler'} ne 'GLOB' |
181 | 0 | 18 | 18 | exists $self->{'callbacks'}{$key} and ref $self->{'callbacks'}{$key} eq 'CODE' |
0 | 18 | 0 | exists $self->{'callbacks'}{'rewrite'} and ref $self->{'callbacks'}{'rewrite'} eq 'CODE' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
110 | 0 | 0 | 16 | not $input_file_handler or ref $input_file_handler ne 'GLOB' |