blib/lib/Devel/RingBuffer/Ring.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 24 | 41.6 |
line | true | false | branch |
---|---|---|---|
73 | 0 | 7 | if ($Config{'useithreads'} and not $ENV{'DEVEL_RINGBUF_NOTHREADS'}) |
99 | 0 | 24 | $hasThreads ? : |
126 | 0 | 0 | $hasThreads ? : |
128 | 0 | 0 | unless defined $ringnum |
250 | 0 | 26 | if $slot < 0 or $slot > $$self[1] |
346 | 0 | 0 | if defined $cmd |
402 | 4 | 0 | $_[0][0] ? : |
417 | 4 | 0 | $$self[0] ? : |
434 | 4 | 0 | $_[0][0] ? : |
455 | 0 | 43 | unless defined $_[0][0] |
457 | 0 | 43 | $hasThreads ? : |
460 | 20 | 23 | unless $hdr[0] == $$ and $hdr[1] == $tid |