Branch Coverage

blib/lib/Desktop/Open.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
21 0 0 if (defined $ENV{'PERL_DESKTOP_OPEN_PROGRAM'})
27 0 0 if ($ENV{'PERL_DESKTOP_OPEN_USE_BROWSER'} || 0) == 1
29 0 0 if ($^O eq 'MSWin32') { }
32 0 0 if $res == 0
35 0 0 if (File::Which::which("xdg-open"))
38 0 0 $? < 0 ? :
39 0 0 if $exit_code == 0 or $exit_code == 2
42 0 0 if ($exit_code == 4 and not $path_or_url =~ m[\A\w+://] and not -e $path_or_url)