Branch Coverage

blib/lib/JQ/Lite.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
17 45 112 if (exists $opts{'vars'} and ref $opts{'vars'} eq "HASH")
35 5759 186 if ($depth == 0)
36 0 5759 unless $self->{'_base_vars'}
48 5012 933 if not defined $query or $query =~ /^\s*\.\s*$/
56 854 476 if (JQ::Lite::Filters::apply($self, $part, \@results, \@next_results))