Condition Coverage

blib/lib/PYX/Parser.pm
Criterion Covered Total %
condition 5 12 41.6


and 3 conditions

line !l l&&!r l&&r condition
54 0 6 0 defined $self->{'output_handler'} and ref $self->{'output_handler'} ne "GLOB"
193 0 18 24 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"

or 3 conditions

line l !l&&r !l&&!r condition
119 0 0 16 not $input_file_handler or ref $input_file_handler ne "GLOB"