Condition Coverage

blib/lib/Data/Annotation.pm
Criterion Covered Total %
condition 4 9 44.4


and 3 conditions

line !l l&&!r l&&r condition
37 0 10 0 defined $name && exists $self->chains->{$name}
56 5 0 0 builtin::blessed($data) and $data->isa("Data::Annotation::Overlay")

or 3 conditions

line l !l&&r !l&&!r condition
32 1 4 0 $cf->{$name} //= builtin::blessed($chains->{$name}) ? $chains->{$name} : "Data::Annotation::Chain"->new("condition-parse-context", $self->parse_context, %{$$chains{$name}})