blib/lib/MojoX/Session/Store/File.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 10 | 60.0 |
line | true | false | branch |
---|---|---|---|
25 | 0 | 1 | unless ($driver_classname =~ /^MojoX::Session::Store::File::Driver::/) |
30 | 0 | 1 | unless ($driver_available) |
46 | 0 | 1 | if -e $file |
57 | 0 | 1 | unless -e $file and -w _ |
68 | 1 | 2 | unless -e $file and -r _ |