line | % | coverage | branch |
126 | 0 | T | F | if not $sth_get_item_details |
130 | 0 | T | F | if ('C4::Context'->preference('ShelfBrowserUsesHomeBranch') and defined $$item_details_result{'homebranch'}) |
135 | 0 | T | F | if ('C4::Context'->preference('ShelfBrowserUsesLocation') and defined $$item_details_result{'location'}) |
140 | 0 | T | F | if ('C4::Context'->preference('ShelfBrowserUsesCcode') and defined $$item_details_result{'ccode'}) |
160 | 0 | T | F | if ($start_homebranch) |
164 | 0 | T | F | if ($start_location) |
168 | 0 | T | F | if ($start_ccode) |
183 | 0 | T | F | if @next_items |
184 | 0 | T | F | if @next_items |
186 | 0 | T | F | if @prev_items |
187 | 0 | T | F | if @prev_items |
198 | 0 | T | F | if $start_homebranch |
199 | 0 | T | F | if $start_location |
200 | 0 | T | F | if $start_ccode |
213 | 0 | T | F | if not defined $this_biblio |