| blib/lib/Dancer/Plugin/DictionaryCheck.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 2 | 12 | 16.6 |
| line | true | false | branch |
|---|---|---|---|
| 45 | 1 | 0 | unless _load_dict($default_dict) |
| 68 | 0 | 0 | if &Scalar::Util::blessed($_[0]) and $_[0]->isa('Dancer::Core::DSL') |
| 84 | 0 | 0 | unless (%Dancer::Plugin::DictionaryCheck::DICT) |
| 88 | 0 | 0 | unless $_[0] |
| 102 | 1 | 0 | unless ($file and -e $file and -f _) |
| 107 | 0 | 0 | unless (open my $dict_fh, '<', $file) |