Branch Coverage

bin/bioseq
Criterion Covered Total %
branch 7 12 58.3


line true false branch
16 0 19 unless &GetOptions(\%opts, "help|h", "man", "version|V", "anonymize|A:10", "break|B", "codon-info=s", "codon-table=s", "composition|c", "count-codons|C", "delete|d=s", "feat2fas|F", "hydroB|H", "iep", "input|i=s", "lead-gaps|G", "length|l", "longest-orf|z", "linearize|L", "mol-wt", "no-gaps|g", "num-gaps-dna", "num-gaps-aa", "num-seq|n", "output|o=s", "pick|p=s", "reloop|R=i", "remove-stop|X", "revcom|r", "sort=s", "split-cdhit=s", "subseq|s=s", "syn-code", "translate|t=i", "fetch|f=s", "rename|N=s", "no-revcom|Z")
66 0 19 if $opts{'help'}
67 0 19 if $opts{'man'}
70 0 19 if $opts{'version'}
79 1 18 if $option eq "input" or $option eq "output" or $option eq "no-revcom"
82 18 0 if (can_handle($option)) { }