| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 7 | 2 | 6 | 0.960 | elseif |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 7 | 5862 | libraries/simplepie/simplepie.php |
| 2 | 7 | 5896 | libraries/simplepie/simplepie.php |
| ||||
elseif ($widescreen)
{
$width= round((intval($height)/9)*16);
}
else
{
$width= round((intval($height)/3)*4);
}
|
| ||||
elseif ($widescreen)
{
$height= round((intval($width)/16)*9);
}
else
{
$height= round((intval($width)/4)*3);
}
|
| |||
elseif ($widescreen) {
[[#variable44e30d00]]=round((intval( [[#variable44e30ca0]])/ [[#variable44e30c20]])* [[#variable44e30b80]]);
}
else {
[[#variable44e30d00]]=round((intval( [[#variable44e30ca0]])/ [[#variable44e30ac0]])* [[#variable44e30a40]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#44e30d00]] | $width |
| 1 | 2 | [[#44e30d00]] | $height |
| 2 | 1 | [[#44e30ca0]] | $height |
| 2 | 2 | [[#44e30ca0]] | $width |
| 3 | 1 | [[#44e30c20]] | 9 |
| 3 | 2 | [[#44e30c20]] | 16 |
| 4 | 1 | [[#44e30b80]] | 16 |
| 4 | 2 | [[#44e30b80]] | 9 |
| 5 | 1 | [[#44e30ac0]] | 3 |
| 5 | 2 | [[#44e30ac0]] | 4 |
| 6 | 1 | [[#44e30a40]] | 4 |
| 6 | 2 | [[#44e30a40]] | 3 |