Branch Coverage

blib/lib/Sim/Agent/LLM/Ollama.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
11 0 0 unless my $model = $args{'model'}
12 0 0 unless my $prompt = $args{'prompt'}
13 0 0 unless my $agent_dir = $args{'agent_dir'}
14 0 0 unless my $call_id = $args{'call_id'}
17 0 0 unless $model =~ /^[\w\.\:\-]+$/
23 0 0 unless open my $pfh, ">", $prompt_file
31 0 0 if $exit != 0
33 0 0 unless open my $ofh, "<", $output_file