Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.983 | or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 27 | plugins/authentication/openid/Auth/OpenID/HMAC.php |
2 | 3 | 71 | plugins/authentication/openid/Auth/OpenID/HMAC.php |
3 | 3 | 84 | plugins/authentication/openid/Auth/OpenID/HMAC.php |
| ||||
function_exists('hash') && function_exists('hash_algos') && (in_array('sha1', hash_algos())) |
| ||||
function_exists('hash') && function_exists('hash_algos') && (in_array('sha256', hash_algos())) |
| ||||
function_exists('hash_hmac') && function_exists('hash_algos') && (in_array('sha256', hash_algos())) |
| |||
function_exists( [[#variable2271cf00]]) && function_exists('hash_algos') && (in_array( [[#variable2271cea0]],hash_algos())) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2271cf00]] | 'hash' |
1 | 2 | [[#2271cf00]] | 'hash_hmac' |
1 | 3 | [[#2271cf00]] | 'hash' |
2 | 1 | [[#2271cea0]] | 'sha256' |
2 | 2 | [[#2271cea0]] | 'sha256' |
2 | 3 | [[#2271cea0]] | 'sha1' |