blib/lib/File/Copy/Verify.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 16 | 87.5 |
line | true | false | branch |
---|---|---|---|
118 | 1 | 6 | unless ($self->src->$File::Copy::Verify::_isa('Path::Tiny')) |
122 | 2 | 5 | if (not $self->dst->$File::Copy::Verify::_isa('Path::Tiny')) |
134 | 6 | 6 | unless ($self->$File::Copy::Verify::_isa('File::Copy::Verify')) |
144 | 3 | 3 | unless (defined $self->src_hash) |
152 | 3 | 3 | unless (defined $self->dst_hash) |
158 | 2 | 4 | if (uc $self->src_hash ne uc $self->dst_hash) |
159 | 1 | 1 | unless ($self->keep_invalid) |
177 | 0 | 0 | unless ($self->$File::Copy::Verify::_isa('File::Copy::Verify')) |