Branch Coverage

blib/lib/Algorithm/Classifier/NaiveBayes/App/Command/untrain.pm
Criterion Covered Total %
branch 10 14 71.4


line true false branch
35 0 3 unless (defined $opt->{'c'})
39 0 3 unless (-f $opt->{'m'})
43 2 1 if (defined $opt->{'f'})
44 1 1 if (@{$args;})
47 0 1 if (not -f $opt->{'f'}) { }
0 1 elsif (not -r $opt->{'f'}) { }
63 1 1 defined $opt->{'f'} ? :