blib/lib/Test/AskAnExpert/Interface/File.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 6 | 50.0 |
line | l | !l | condition |
---|---|---|---|
142 | 0 | 0 | $self->err("Could not open question file: $!") and return undef |
171 | 0 | 1 | $self->err('Question does not have an answer yet') and return undef |
line | l | !l | condition |
---|---|---|---|
119 | 2 | 1 | $args{'directory'} ||= '.' |