| blib/lib/WWW/Eksi.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 9 | 43 | 20.9 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 94 | 0 | 0 | 1 | $id and $id =~ /^\d{1,}$/ | 
| 109 | 0 | 0 | 0 | $id and $id =~ /^\d{1,}$/ | 
| 234 | 0 | 0 | 0 | $url and $u | 
| 0 | 0 | 0 | $url and $u and &any(sub { $u->scheme eq $_; } , 'http', 'https') | |
| 238 | 0 | 0 | 0 | $response && $response->is_success | 
| 247 | 0 | 0 | 0 | $url and $u | 
| 0 | 0 | 0 | $url and $u and &any(sub { $u->scheme eq $_; } , 'http', 'https') | 
| line | l | !l | condition | 
|---|---|---|---|
| 144 | 1 | 0 | $+{'date_posted'} // '' | 
| 145 | 0 | 1 | $+{'time_posted'} // '' | 
| 146 | 0 | 1 | $+{'date_updated'} // '' | 
| 147 | 0 | 1 | $+{'time_updated'} // '' | 
| 166 | 1 | 0 | $li_data_id_entry->{'data-author-id'} // 0 | 
| 167 | 1 | 0 | $li_data_id_entry->{'data-favorite-count'} // 0 | 
| 171 | 1 | 0 | $dom->at('section[id=hidden-channels]')->text // 0 | 
| 212 | 0 | 0 | $sleep_seconds //= 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 156 | 0 | 0 | 0 | $date_updated || $date_posted | 
| 163 | 1 | 0 | 0 | $li_data_id_entry->{'data-author'} // $a_entry_author->text |