| blib/lib/Video/TeletextDB/Parameters.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 53 | 0 | 0 | 0 | /\A(.+)\.db\z/s && !check_channel_name($1, 1) && -f "$dir$_" && -r _ |
| 60 | 0 | 0 | 0 | not check_channel_name($$tele{'channel'}, 1) and -f $tele->db_file |
| 0 | 0 | 0 | not check_channel_name($$tele{'channel'}, 1) and -f $tele->db_file and -r _ | |
| 69 | 0 | 0 | 0 | $$parameters{'parent'} && $$parameters{'parent'}{$_} |
| 126 | 0 | 0 | 0 | $$parameters{'creat'} && defined $$parameters{'umask'} && !(shift()) |
| 142 | 0 | 0 | 0 | $stat[0] == $new_stat[0] and $stat[1] == $new_stat[1] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 50 | 0 | 0 | 0 | (shift())->cache_dir || croak('No directory') |