Branch Coverage

blib/lib/Net/Google/Spelling.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
105 0 0 unless ($self->init(@_))
120 0 0 if ($$args{'phrase'})
121 0 0 ref $$args{'phrase'} eq 'ARRAY' ? :
0 0 unless defined $self->phrase(ref $$args{'phrase'} eq 'ARRAY' ? @{$$args{'phrase'};} : $$args{'phrase'})
164 0 0 if (scalar @words > 1 and $words[0] == '')
168 0 0 if (@words)