Condition Coverage

blib/lib/Directory/Scanner/StreamBuilder/Concat.pm
Criterion Covered Total %
condition 3 8 37.5


and 3 conditions

line !l l&&!r l&&r condition
39 0 0 2 &Scalar::Util::blessed($_) and $_->DOES('Directory::Scanner::API::Stream')

or 2 conditions

line l !l condition
16 0 8 $ENV{'DIR_SCANNER_STREAM_CONCAT_DEBUG'} // 0

or 3 conditions

line l !l&&r !l&&!r condition
39 2 0 0 &Scalar::Util::blessed($_) and $_->DOES('Directory::Scanner::API::Stream') or Carp::confess('You must supply all directory stream objects')