| blib/lib/XAS/Lib/Lockmgr/Filesystem.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 19 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 62 | 0 | 0 | 0 | $dir->exists and $lock->exists |
| 87 | 0 | 0 | 0 | ref $ex and $ex->isa('Badger::Exception') |
| 338 | 0 | 0 | 0 | defined $host and defined $pid |
| 0 | 0 | 0 | defined $host and defined $pid and defined $time |
| line | l | !l | condition |
|---|---|---|---|
| 36 | 0 | 0 | $self->stat_path($dir) || (return) |
| 42 | 0 | 0 | $self->stat_path($file) || (return) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 368 | 0 | 0 | 0 | $status == 3 or $status == 2 |