| blib/lib/Python/Component.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 12 | 25.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 63 | 0 | 0 | 63 | exists $self->{'python_source_code'} && defined $self->{'python_source_code'} |
| 56 | 7 | 0 | $self->{'python_source_code'} eq "" and not $self->isa("Python::Blank") | |
| 95 | 0 | 0 | 0 | exists $self->{'perl_source_code'} && defined $self->{'perl_source_code'} |
| 0 | 0 | 0 | $self->{'perl_source_code'} eq "" and not $self->isa("Python::Blank") |