Branch Coverage

blib/lib/Test/Is.pm
Criterion Covered Total %
branch 12 16 75.0


line true false branch
8 0 8 unless @_
14 2 6 if ($_[0] eq 'interactive') { }
1 5 elsif ($_[0] eq 'extended') { }
5 0 elsif ($_[0] =~ /^(?:perl[- ])?(v?5\.[0-9.]+)\+?$/) { }
15 2 0 if env('NONINTERACTIVE_TESTING')
17 1 0 unless env('EXTENDED_TESTING')
19 2 3 unless eval "require $1"
29 2 1 if exists $ENV{$_[0]}