Condition Coverage

lib/Mailru/Cloud.pm
Criterion Covered Total %
condition 9 22 40.9


or 2 conditions

line l !l condition
24 2 0 $opt{'-path'} || '/'
177 2 1 $opt{'-path'} || '/'

or 3 conditions

line l !l&&r !l&&!r condition
23 2 0 0 $opt{'-file'} || croak('You must specify -file param for method uploadFile')
72 2 0 0 $opt{'-file'} || croak('You must specify -file param for method downloadFile')
73 2 0 0 $opt{'-cloud_file'} || croak('You must specify -cloud_file param for method downloadFile')
98 1 0 0 $opt{'-path'} || croak('You must specify -path param for method createFolder')
129 4 0 0 $opt{'-path'} || croak('You must specify -path options for method deleteResource')
209 1 0 0 $opt{'-path'} || croak('You must specify -path param for method shareResource')