Condition Coverage

blib/lib/Data/Context/Instance.pm
Criterion Covered Total %
condition 12 27 44.4


and 3 conditions

line !l l&&!r l&&r condition
117 0 0 0 &blessed($new) and $new->isa('AnyEvent::CondVar')
135 3 17 0 ref $data eq 'HASH' and $data->{'MODULE'} || $data->{'METHOD'}
136 0 36 3 defined $data and $data =~ /^\# (.*) \#$/msx
167 0 0 0 $hash->{$a}{'order'} >= 0 and $hash->{$b}{'order'} < 0
168 0 0 0 $hash->{$a}{'order'} < 0 and $hash->{$b}{'order'} >= 0

or 3 conditions

line l !l&&r !l&&!r condition
135 6 0 11 $data->{'MODULE'} || $data->{'METHOD'}
152 6 3 0 $data->{'MODULE'} || $self->dc->action_class
3 6 0 $data->{'METHOD'} || $self->dc->action_method
164 3 0 2 defined $hash->{$a}{'order'} or defined $hash->{$b}{'order'}