Condition Coverage

blib/lib/Check/ISA.pm
Criterion Covered Total %
condition 21 24 87.5


and 3 conditions

line !l l&&!r l&&r condition
28 1 5 14 defined $glob and not ref $glob
6 1 13 defined $glob and not ref $glob and length $glob
92 3 1 23 not ref $inv and defined $inv
4 1 22 not ref $inv and defined $inv and length $inv
2 22 0 not ref $inv and defined $inv and length $inv and do { no strict 'refs'; scalar keys %{$inv . '::';} }
126 2 1 1 &inv($inv) and $inv->can($method)

or 2 conditions

line l !l condition
49 2 4 extract_io($object_or_filehandle) || (return)
63 0 0 extract_io($object_or_filehandle) || (return)
121 4 10 extract_io($obj) || (return)