blib/lib/Devel/INC/Sorted.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 8 | 87.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
28 | 4 | 1 | 2 | &blessed($_[0]) || defined $_[0] && !ref($_[0]) and Deparse error: Can't locate Data/Dumper.pm in @INC (you may need to install the Data::Dumper module) (@INC contains: my_inc_entry CODE(0x2a17be0) blah foo bar gorch zot) at /dc/bin/../blib/lib/Devel/Cover.pm line 1004. |
line | l | !l | condition |
---|---|---|---|
89 | 0 | 1 | $comparator ||= sub { my($left, $right) = @_; exists $floating{$right} <=> exists $floating{$left}; } |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
28 | 2 | 1 | 4 | &blessed($_[0]) || defined $_[0] && !ref($_[0]) |