Condition Coverage

blib/lib/Filesys/Virtual/Async/Dispatcher.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
35 0 0 0 @_ & 1 and ref $_[0]
0 0 0 @_ & 1 and ref $_[0] and ref $_[0] eq 'HASH'
50 0 0 0 exists $opt{'rootfs'} && defined $opt{'rootfs'} && ref $opt{'rootfs'}
89 0 0 0 defined $vfs and ref $vfs
0 0 0 defined $vfs and ref $vfs and $vfs->isa('Filesys::Virtual::Async')
459 0 0 0 ref $fh_or_path and ref $fh_or_path eq 'ARRAY'
493 0 0 0 ref $fh_or_path and ref $fh_or_path eq 'ARRAY'

or 3 conditions

line l !l&&r !l&&!r condition
60 0 0 0 $opt{'rootfs'}->cwd || 'File::Spec'->rootdir