Branch Coverage

blib/lib/Statistics/PCA.pm
Criterion Covered Total %
branch 0 38 0.0


line true false branch
134 0 0 if $h_ref and ref $h_ref ne 'HASH'
141 0 0 unless exists $$h_ref{'format'}
154 0 0 unless defined $format
209 0 0 if not $rows or $rows == 1
212 0 0 if not $cols or $cols == 1
216 0 0 if ref $row ne 'ARRAY'
217 0 0 if scalar @{$row;} != $cols
249 0 0 if $h_ref and ref $h_ref ne 'HASH'
251 0 0 unless exists $$h_ref{'eigen'}
253 0 0 exists $$h_ref{'eigen'} ? :
255 0 0 unless $eigen =~ /\A[MC]\z/msx
262 0 0 if ($eigen eq 'M') { }
0 0 elsif ($eigen eq 'C') { }
390 0 0 if (not ref $ref) { }
0 0 elsif (ref $ref eq 'ARRAY') { }
0 0 elsif (ref $ref eq 'HASH') { }
667 0 0 if $arg eq 'eigenvectors'
668 0 0 if $arg eq 'transform'
715 0 0 unless defined $setting