blib/lib/Data/Phrasebook/Loader/Text.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 22 | 33 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
93 | 1 | 0 | 5 | -f $dict and -r $dict |
97 | 0 | 0 | 13 | -f $file and -r $file |
155 | 1 | 1 | 1 | $path and -d $path |
2 | 0 | 1 | $path and -d $path and -r $path | |
200 | 2 | 1 | 3 | -d $file and defined $dict |
201 | 5 | 0 | 1 | -f $file and -r $file |
205 | 0 | 2 | 0 | /(.*?)=/ and $1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
84 | 17 | 0 | 0 | $file ||= $$class{'parent'}->file |
154 | 1 | 1 | 1 | $path ||= $$self{'parent'}->file |
196 | 5 | 1 | 0 | $file ||= $$self{'parent'}->file |
197 | 4 | 0 | 2 | $dict ||= $$self{'parent'}->dict |