Branch Coverage

blib/lib/AnyEvent/FTP/Client/Role/StoreTransfer.pm
Criterion Covered Total %
branch 13 14 92.8


line true false branch
17 2 23 unless defined $local
21 23 23 if (defined $data) { }
36 2 23 unless defined $local
37 2 21 if ref $local eq "CODE"
39 4 17 if (ref $local eq '') { }
13 4 elsif (ref $local eq 'SCALAR') { }
4 0 elsif (ref $local eq 'GLOB') { }