Branch Coverage

blib/lib/Dancer/SearchApp.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
82 0 0 unless ($Dancer::SearchApp::es)
220 0 0 if ($document and -f $local) { }
225 0 0 unless open my $fh, '<', $local
246 0 0 if (eval { do { $document = search()->get('index', $index, 'type', $type, 'id', $id); 1 } }) { }