Branch Coverage

blib/lib/Perl/Dist/Asset.pm
Criterion Covered Total %
branch 7 16 43.7


line true false branch
38 1 2 unless ($self->url)
39 1 0 if ($self->share) { }
0 0 elsif ($self->dist) { }
0 0 elsif ($self->can('name') and $self->name) { }
46 0 1 unless (-f $file)
70 0 3 unless (_STRING($self->url))
77 0 3 unless ($self->file and length $self->file)
97 0 2 if (_CODELIKE($$self{'trace'})) { }