Condition Coverage

blib/lib/Data/Context/Instance.pm
Criterion Covered Total %
condition 16 27 59.2


and 3 conditions

line !l l&&!r l&&r condition
117 21 0 24 &blessed($new) and $new->isa('AnyEvent::CondVar')
135 11 69 0 ref $data eq 'HASH' and $$data{'MODULE'} || $$data{'METHOD'}
136 2 136 9 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 22 11 36 $$data{'MODULE'} || $$data{'METHOD'}
148 22 11 0 $$data{'MODULE'} || $self->dc->action_class
11 22 0 $$data{'METHOD'} || $self->dc->action_method
163 1 0 52 defined $$hash{$a}{'order'} or defined $$hash{$b}{'order'}