Total Complexity | 2 |
Complexity/F | 1 |
Lines of Code | 5 |
Function Count | 2 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | $(function() { |
||
2 | $('.versions').change(function (e) { |
||
|
|||
3 | location.href = $(this).find('option:selected').data('url'); |
||
4 | }); |
||
5 | }); |
This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.