inc/Devel/CheckOS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 24 | 12.5 |
line | true | false | branch |
---|---|---|---|
83 | 0 | 50 | unless $target =~ /^\w+(::\w+)*$/ |
86 | 0 | 50 | unless ($@) |
88 | 0 | 0 | if &{"Devel::AssertOS::${target}::os_is";}() |
105 | 0 | 50 | if os_is($target) |
121 | 0 | 0 | os_is(@_) ? : |
131 | 0 | 0 | os_isnt(@_) ? : |
177 | 0 | 0 | if $@ |
178 | 0 | 0 | unless ($re_Devel) |
179 | 0 | 0 | 'File::Spec'->case_tolerant ? : |
192 | 0 | 0 | unless $dirs[$i] =~ /$re_AssertOS/ and $dirs[$i - 1] =~ /$re_Devel/ |
211 | 0 | 0 | if (wantarray) { } |
239 | 0 | 0 | wantarray ? : |