Branch Coverage

blib/lib/File/Extract/Filter/Exec.pm
Criterion Covered Total %
branch 3 8 37.5


line true false branch
31 0 0 ref $o && UNIVERSAL::isa($o, 'SCALAR') ? :
1 0 ref $o && UNIVERSAL::isa($o, 'GLOB') ? :
47 0 1 unless open my $input, $file
49 0 1 unless open2($p_read, $p_write, $cmd)