Condition Coverage

blib/lib/Devel/INC/Sorted.pm
Criterion Covered Total %
condition 6 8 75.0


and 3 conditions

line !l l&&!r l&&r condition
30 4 1 2 &blessed($_[0]) || defined $_[0] && !ref($_[0]) and $_[0]->isa('Devel::INC::Sorted')

or 2 conditions

line l !l condition
91 0 1 $comparator ||= sub { my($left, $right) = @_; exists $floating{$right} <=> exists $floating{$left}; }

or 3 conditions

line l !l&&r !l&&!r condition
30 2 0 5 &blessed($_[0]) || defined $_[0] && !ref($_[0])