Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.977 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 45 | Bio/SeqUtils/MeltingTemp.py |
2 | 6 | 51 | Bio/SeqUtils/MeltingTemp.py |
| ||||
if stri.startswith("G") or stri.startswith("C"): deltah-=0.1 deltas+=2.8 elif stri.startswith("A") or stri.startswith("T"): deltah-=2.3 deltas-=4.1 |
| ||||
if stri.endswith("G") or stri.endswith("C"): deltah-=0.1 deltas+=2.8 elif stri.endswith("A") or stri.endswith("T"): deltah-=2.3 deltas-=4.1 |
| |||
if stri. [[#variable71a297e0]]("G") or stri. [[#variable71a297e0]]("C"): deltah-=0.1 deltas+=2.8 elif stri. [[#variable71a297e0]]("A") or stri. [[#variable71a297e0]]("T"): deltah-=2.3 deltas-=4.1 |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#71a297e0]] | endswith |
1 | 2 | [[#71a297e0]] | startswith |