line | % | coverage | condition |
196 | 0 | | $basketcontractnumber || undef |
| 0 | | $basketname || '' |
| 0 | | $basketnote || '' |
| 0 | | $basketbooksellernote || '' |
367 | 0 | | $$basketinfo{$key} || undef |
622 | 0 | | $$basketgroupinfo{'basketlist'} and @{$$basketgroupinfo{'basketlist'};} |
765 | 0 | | $userenv and $$userenv{'flags'} != 1 |
939 | 0 | | defined $$orderinfo{'subscription'} and $$orderinfo{'subscription'} eq 'yes' |
944 | 0 | | $$orderinfo{'entrydate'} ||= 'C4::Dates'->new->output('iso') |
1043 | 0 | | not $$orderiteminfo{'ordernumber'} or not $$orderiteminfo{'itemnumber'} or not $$orderiteminfo{'newitemnumber'} |
1352 | 0 | | $userenv and $$userenv{'flags'} != 1 |
1480 | 0 | | 'C4::Context'->config('db_scheme') || 'mysql' |
1543 | 0 | | 'C4::Context'->preference('IndependantBranches') and 'C4::Context'->userenv and 'C4::Context'->userenv->{'flags'} != 1 |
1703 | 0 | | $userenv and ($$userenv{'flags'} || 0) != 1 |
| 0 | | $$userenv{'flags'} || 0 |