| line |
l |
!l |
condition |
|
50
|
6 |
4 |
$contact->{'name'} ||= 'Unknown author' |
|
66
|
10 |
0 |
$info->{'title'} ||= 'Noname API' |
|
67
|
5 |
5 |
$info->{'description'} ||= 'This API has no description.' |
|
68
|
10 |
0 |
$info->{'version'} ||= '0.01' |
|
85
|
21 |
8 |
$p->{'description'} ||= 'No description.' |
|
109
|
37 |
0 |
$info->{'responses'} || {} |
|
126
|
11 |
0 |
$self->{'api_spec'}->get('/paths') || {} |
|
231
|
26 |
0 |
$schema->{'format'} || 'integer' |
|
237
|
0 |
0 |
$schema->{'format'} || 'number' |
|
242
|
0 |
10 |
$schema->{'description'} || 'This response contains raw binary or text data.' |
|
268
|
0 |
94 |
$schema->{'format'} || 'string' |
|
297
|
159 |
75 |
$schema->{'type'} || 'object' |
|
320
|
29 |
0 |
$pad //= '' |
|
324
|
290 |
0 |
$row->[$i] //= '' |
|
327
|
145 |
145 |
$spec[$i] // 0 |
|
368
|
0 |
115 |
$schema->{'title'} || 'No description.' |