line |
l |
!l |
condition |
141
|
3 |
1 |
$c->stash('user_id') || die('User ID not defined in stash') |
143
|
2 |
1 |
$c->stash("user_id_field") // "user_id" |
243
|
8 |
0 |
$c->stash("user_id_field") // "user_id" |
316
|
21 |
2 |
$c->stash('schema') || $c->stash('collection') || die('Schema name not defined in stash') |
318
|
18 |
3 |
$c->stash('user_id') || die('User ID not defined in stash') |
323
|
0 |
18 |
($c->stash("id_field") // $schema->{'x-id-field'}) // "id" |
324
|
16 |
2 |
$c->stash($id_field) // die(sprintf("ID field \"%s\" not defined in stash", $id_field)) |
325
|
16 |
0 |
$c->stash("user_id_field") // "user_id" |