blib/lib/Parse/Yapp/Options.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 24 | 41.6 |
line | true | false | branch |
---|---|---|---|
82 | 0 | 0 | unless open IN, "<$filename" |
100 | 0 | 19 | unless @_ == 2 |
103 | 0 | 19 | unless exists $known_options{$key} |
106 | 0 | 19 | if (exists $known_options{$key}{lc $value}) { } |
0 | 19 | elsif (not exists $known_options{$key}{''}) { } | |
114 | 0 | 19 | if exists $actions{$key} |
123 | 0 | 101 | unless @_ == 1 |
126 | 0 | 101 | unless exists $known_options{$key} |
145 | 0 | 10 | if ref $class |
162 | 0 | 19 | unless @_ % 2 == 0 |
177 | 101 | 0 | if @_ == 1 |
180 | 0 | 0 | if @_ == 2 |