| blib/lib/Apache/Session/Lock/Semaphore.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 10 | 30.0 |
| line | l | !l | condition |
|---|---|---|---|
| 56 | 4 | 0 | 'IPC::Semaphore'->new($self->{'sem_key'}, $self->{'nsems'}, IPC_CREAT() | S_IRWXU()) || die($!) |
| 93 | 0 | 0 | 'IPC::Semaphore'->new($self->{'sem_key'}, $self->{'nsems'}, IPC_CREAT() | S_IRWXU()) || die($!) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 38 | 4 | 0 | 0 | $session->{'args'}{'NSems'} || $Apache::Session::Lock::Semaphore::nsems |
| 41 | 4 | 0 | 0 | $session->{'args'}{'SemaphoreKey'} || $Apache::Session::Lock::Semaphore::sem_key |