Branch Coverage

blib/lib/OPM/Maker/Command/sopmtest.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
26 10 6 if not $sopm
35 2 7 unless (defined $file)
40 0 7 unless (-f $file)
49 3 4 unless (eval { do { my $content = do { local(@ARGV, $/) = $file; readline ARGV }; "OPM::Validate"->validate($content, 1); 1 } })