line |
true |
false |
branch |
113
|
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) { }
|
154
|
0 |
0 |
if (-e $submission_file) { }
|
159
|
0 |
0 |
if $self->summary
|
161
|
0 |
0 |
if $self->long
|
177
|
0 |
0 |
if ($self->has_data_dir and $self->data_dir->exists) { }
|
|
0 |
0 |
elsif ($self->has_data_dir and not $self->data_dir->exists) { }
|
200
|
0 |
0 |
if ($self->project) { }
|
207
|
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
|