line |
true |
false |
branch |
57
|
0 |
0 |
unless $self->has_ifile
|
59
|
0 |
0 |
unless $rnaz = can_run('RNAz')
|
61
|
0 |
0 |
unless ($self->has_odir)
|
62
|
0 |
0 |
unless ($self->has_dirnam)
|
67
|
0 |
0 |
if @$err
|
77
|
0 |
0 |
if ($self->has_basename) { }
|
|
0 |
0 |
elsif ($self->has_ifilebn) { }
|
85
|
0 |
0 |
unless ($success)
|
110
|
0 |
0 |
if $line =~ /Mean pairwise identity:\s*(-?\d+.\d+)/
|
111
|
0 |
0 |
if $line =~ /Sequences:\s*(\d+)/
|
112
|
0 |
0 |
if ($line =~ /Reading direction:\s*(forward|reverse)/)
|
113
|
0 |
0 |
$1 eq 'forward' ? :
|
115
|
0 |
0 |
if $line =~ /Columns:\s*(\d+)/
|
116
|
0 |
0 |
if $line =~ /SVM decision value:\s*(-?\d+.\d+)/
|
117
|
0 |
0 |
if $line =~ /SVM RNA-class probability:\s*(-?\d+.\d+)/
|
118
|
0 |
0 |
if $line =~ /Mean z-score:\s*(-?\d+.\d+)/
|
119
|
0 |
0 |
if $line =~ /Structure conservation index:\s*(-?\d+.\d+)/
|
120
|
0 |
0 |
if $line =~ /Energy contribution:\s*(-?\d+.\d+)/
|
121
|
0 |
0 |
if $line =~ /Covariance contribution:\s*(-?\d+.\d+)/
|
122
|
0 |
0 |
if $line =~ m[Combinations/Pair:\s*(-?\d+.\d+)]
|
123
|
0 |
0 |
if $line =~ /Consensus MFE:\s*(-?\d+.\d+)/
|
124
|
0 |
0 |
if $line =~ /Mean single sequence MFE:\s*(-?\d+.\d+)/
|
125
|
0 |
0 |
if $line =~ /G\+C content:\s(\d+.\d+)/
|
126
|
0 |
0 |
if $line =~ /Shannon entropy:\s*(\d+.\d+)/
|
128
|
0 |
0 |
if ($line =~ /^>/)
|
131
|
0 |
0 |
if ($line =~ /^>consensus/) { }
|
136
|
0 |
0 |
if ($line =~ />(.*?) (\d+) (\d+) (\+|\-) (\d+)/) { }
|
|
0 |
0 |
elsif ($line =~ m[^(.*)/(\d+)-(\d+)$]) { }
|