Branch Coverage

blib/lib/Text/TFIDF.pm
Criterion Covered Total %
branch 11 14 78.5


line true false branch
20 1 1 if ($args{'file'})
32 1 4 unless (defined $file)
37 1 3 unless (defined $word)
44 0 3 unless defined $self->{'file'}{$file}
67 8 0 if defined $self->{'file'}{$el}{$word}
90 0 4 unless -r $file
99 464 552 if (defined $hash->{$word}) { }