Branch Coverage

blib/lib/Adapter/Async/UnorderedMap/Hash.pm
Criterion Covered Total %
branch 3 10 30.0


line true false branch
38 1 2 exists $self->{'data'}{$k} ? :
51 0 2 unless exists $self->{'data'}{$k}
96 0 0 unless exists $self->{'data'}{$k}
124 0 0 if grep((!exists $self->{'data'}{$_}), @{$args{'items'};})
126 0 0 if (my $code = $args{'on_item'})