line |
true |
false |
branch |
112
|
0 |
0 |
if ($self->json and $self->summary) { }
|
|
0 |
0 |
elsif (not $self->json and $self->summary) { }
|
|
0 |
0 |
elsif ($self->json and $self->long) { }
|
|
0 |
0 |
elsif (not $self->json and $self->long) { }
|
158
|
0 |
0 |
if ($self->archive->contains_file($submission_file)) { }
|
163
|
0 |
0 |
if $self->summary
|
165
|
0 |
0 |
if $self->long
|
181
|
0 |
0 |
if ($self->has_data_tar and $self->data_tar->exists) { }
|
|
0 |
0 |
elsif ($self->has_data_tar and not $self->data_tar->exists) { }
|
203
|
0 |
0 |
if ($self->project) { }
|
210
|
0 |
0 |
if (not path($data_path)->exists and path($data_path)->is_dir)
|
219
|
0 |
0 |
unless ($self->json)
|
221
|
0 |
0 |
if $self->most_recent
|
223
|
0 |
0 |
if $self->all
|
232
|
0 |
0 |
if $self->most_recent
|