Condition Coverage

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


and 3 conditions

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

or 2 conditions

line l !l condition
13 0 9 $ENV{'DIR_SCANNER_STREAM_CONCAT_DEBUG'} // 0

or 3 conditions

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