Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.994 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 42 | modules/mod_stats/helper.php |
2 | 2 | 45 | modules/mod_stats/helper.php |
| ||||
$rows[$i]->data = $app->getCfg('caching') ? JText::_('Enabled') : JText::_('Disabled'); $i ++; |
| ||||
$rows[$i]->data = $app->getCfg('gzip') ? JText::_('Enabled') : JText::_('Disabled'); $i ++; |
| |||
$rows[$i]->data =$app->getCfg( [[#variable24ab43c0]]) ? JText::_('Enabled') : JText::_('Disabled'); $i ++; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#24ab43c0]] | 'gzip' |
1 | 2 | [[#24ab43c0]] | 'caching' |