| blib/lib/RapidApp/CoreSchema/ResultSet/Request.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 22 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 12 | 0 | 0 | unless my $ReqData = shift() | 
| 16 | 0 | 0 | &blessed($ReqData) && $ReqData->can('request') && $ReqData->request->isa('Catalyst::Request') ? : | 
| 21 | 0 | 0 | if $c | 
| 25 | 0 | 0 | $extra->{'unix_timestamp'} ? : | 
| 33 | 0 | 0 | if (ref $ReqData eq 'HASH') { } | 
| 0 | 0 | elsif (&try(sub { $ReqData->isa('Catalyst::Request'); } )) { } | |
| 50 | 0 | 0 | if $c and &try(sub { $c->user; } ) | 
| 56 | 0 | 0 | if defined wantarray | 
| 66 | 0 | 0 | unless my $c = shift() | 
| 68 | 0 | 0 | unless my $Request = $c->request | 
| 79 | 0 | 0 | if defined wantarray |