Branch Coverage

blib/lib/Test2/Require/Module.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
15 1 4 unless check_installed($module)
18 2 2 unless defined $ver
27 4 1 if eval { do { require $file; 1 } }
30 1 0 if $error =~ /Can't locate \Q$file\E in \@INC/
39 1 1 if eval { do { $mod->VERSION($ver); 1 } }