Branch Coverage

blib/lib/OpenAIAsync/Types/Requests.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
117 0 0 unless $input{'type'}
119 0 0 if ($input{'type'} eq 'text') { }
0 0 elsif ($input{'type'} eq 'image_url') { }
192 0 0 unless $input{'role'}
194 0 0 if ($input{'role'} eq 'system') { }
0 0 elsif ($input{'role'} eq 'user') { }
0 0 elsif ($input{'role'} eq 'tool') { }
0 0 elsif ($input{'role'} eq 'function') { }
0 0 elsif ($input{'role'} eq 'assistant') { }