Branch Coverage

blib/lib/Test/Perl/Metrics/Lite.pm
Criterion Covered Total %
branch 17 26 65.3


line true false branch
33 3 0 unless $METRICS_ARGS{-'except_dir'}
35 0 3 unless (@dirs)
44 1 1 unless $path eq $_
48 1 0 -e 'blib' ? :
56 1 2 unless (@dirs)
77 3 2 unless $METRICS_ARGS{-'except_file'}
78 1 4 if is_excluded($file_path, @except_files)
81 4 0 unless $ok = $ok
91 17 0 unless $ok = $ok
100 17 0 unless $ok = $ok
101 17 0 unless $ok = $ok
109 17 0 if ($cc < $METRICS_ARGS{-'mccabe_complexity'}) { }
125 17 0 if ($sloc < $METRICS_ARGS{-'loc'}) { }