line | % | coverage | condition |
195 | 0 | | $basketcontractnumber || undef |
| 0 | | $basketname || '' |
| 0 | | $basketnote || '' |
| 0 | | $basketbooksellernote || '' |
366 | 0 | | $$basketinfo{$key} || undef |
588 | 0 | | $$basketgroupinfo{'basketlist'} and @{$$basketgroupinfo{'basketlist'};} |
730 | 0 | | $userenv and $$userenv{'flags'} != 1 |
904 | 0 | | defined $$orderinfo{'subscription'} and $$orderinfo{'subscription'} eq 'yes' |
909 | 0 | | $$orderinfo{'entrydate'} ||= 'C4::Dates'->new->output('iso') |
1008 | 0 | | not $$orderiteminfo{'ordernumber'} or not $$orderiteminfo{'itemnumber'} or not $$orderiteminfo{'newitemnumber'} |
1317 | 0 | | $userenv and $$userenv{'flags'} != 1 |
1445 | 0 | | 'C4::Context'->config('db_scheme') || 'mysql' |
1508 | 0 | | 'C4::Context'->preference('IndependantBranches') and 'C4::Context'->userenv and 'C4::Context'->userenv->{'flags'} != 1 |
1668 | 0 | | $userenv and ($$userenv{'flags'} || 0) != 1 |
| 0 | | $$userenv{'flags'} || 0 |