| blib/lib/Plack/Session/Store/Transparent.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 11 | 18 | 61.1 | 
| line | true | false | branch | 
|---|---|---|---|
| 28 | 0 | 7 | unless ($args{'origin'}) | 
| 35 | 0 | 7 | unless $class->_check_interface($args{'origin'}) | 
| 39 | 7 | 0 | ref $args{'cache'} eq 'ARRAY' ? : | 
| 41 | 0 | 14 | unless $_ | 
| 42 | 0 | 14 | unless $class->_check_interface($_) | 
| 55 | 11 | 17 | if (my $session = $layer->fetch($session_id)) | 
| 76 | 1 | 37 | if (my $e = $@) | 
| 95 | 0 | 31 | unless $self->cache | 
| 96 | 31 | 0 | ref $self->cache eq 'ARRAY' ? : |