Condition Coverage

blib/lib/Python/Shebang.pm
Criterion Covered Total %
condition 0 6 0.0


and 3 conditions

line !l l&&!r l&&r condition
53 0 0 0 exists $self->{'python_source_code'} && defined $self->{'python_source_code'}

or 3 conditions

line l !l&&r !l&&!r condition
53 0 0 0 not exists $self->{'python_source_code'} && defined $self->{'python_source_code'} or $self->{'python_source_code'} eq ""