blib/lib/Python/Include.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 9 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
75 | 0 | 0 | 0 | exists $self->{'python_source_code'} && defined $self->{'python_source_code'} |
273 | 0 | 0 | 0 | scalar @{$self->{'python_modules'};} > 1 and scalar @{$self->{'python_subcomponents'};} > 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
75 | 0 | 0 | 0 | not exists $self->{'python_source_code'} && defined $self->{'python_source_code'} or $self->{'python_source_code'} eq "" |