| line |
true |
false |
branch |
|
96
|
0 |
0 |
if $self->testable |
|
102
|
0 |
0 |
if defined $self->meta->{'fetch'} |
|
103
|
0 |
0 |
if ($self->has_archive_url) { } |
|
|
0 |
0 |
elsif ($self->has_archive) { } |
|
113
|
0 |
0 |
unless defined $self->meta->{'fetch'} |
|
119
|
0 |
0 |
if defined $self->meta->{'unpack'} |
|
129
|
0 |
0 |
if ($self->has_patch) |
|
131
|
0 |
0 |
ref $self->patch eq 'ARRAY' ? : |
|
144
|
0 |
0 |
if ($self->has_with) |
|
147
|
0 |
0 |
if (defined $value and $value ne '') { } |
|
156
|
0 |
0 |
if ($self->$has_func) |
|
167
|
0 |
0 |
if defined $self->meta->{'configure'} |
|
169
|
0 |
0 |
if ($self->has_custom_configure) { } |
|
172
|
0 |
0 |
if (-f $self->unpack_file('autogen.sh')) |
|
175
|
0 |
0 |
if (-f $self->unpack_file('configure')) { } |
|
|
0 |
0 |
elsif (-f $self->unpack_path('setup.py')) { } |
|
|
0 |
0 |
elsif ($self->unpack_file('Makefile.PL')) { } |
|
188
|
0 |
0 |
if defined $self->meta->{'compile'} |
|
190
|
0 |
0 |
if (-f $self->unpack_file('setup.py') and not -f $self->unpack_file('configure')) { } |
|
|
0 |
0 |
elsif (-f $self->unpack_file('Makefile')) { } |
|
200
|
0 |
0 |
if defined $self->meta->{'test'} |
|
202
|
0 |
0 |
if ($self->has_custom_test) { } |
|
205
|
0 |
0 |
if (-f $self->unpack_file('Makefile')) |
|
214
|
0 |
0 |
if defined $self->meta->{'install'} |
|
216
|
0 |
0 |
if (-f $self->unpack_file('setup.py') and not -f $self->unpack_file('configure')) { } |
|
|
0 |
0 |
elsif (-f $self->unpack_file('Makefile')) { } |