-
Home
-
Eagle Eye
-
1.0 (latest)
-
Code
-
Classes
- OAuthRequest
| Total Complexity |
42 |
| Dependencies |
1 |
| Dependents |
1 |
| Total lines |
238 |
| Lines of code |
143 |
| Logical lines of code |
89 |
| Comment lines |
92 |
| Methods |
19 |
| Properties |
5 |
Methods 19
| Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
| from_request() |
A |
51 |
9 |
26 |
| get_headers() |
S |
59 |
4 |
13 |
| from_consumer_and_token() |
S |
60 |
3 |
12 |
| split_header() |
S |
61 |
3 |
11 |
| get_signable_parameters() |
S |
63 |
3 |
10 |
| get_normalized_http_url() |
S |
62 |
3 |
10 |
| to_header() |
S |
62 |
3 |
10 |
| __construct() |
S |
71 |
2 |
6 |
| to_postdata() |
S |
66 |
2 |
8 |
| set_parameter() |
S |
80 |
1 |
3 |
| get_parameter() |
S |
80 |
1 |
3 |
| get_parameters() |
S |
82 |
1 |
3 |
| get_normalized_http_method() |
S |
80 |
1 |
3 |
| to_url() |
S |
73 |
1 |
5 |
| __toString() |
S |
81 |
1 |
3 |
| sign_request() |
S |
72 |
1 |
5 |
| build_signature() |
S |
75 |
1 |
4 |
| generate_timestamp() |
S |
80 |
1 |
3 |
| generate_nonce() |
S |
72 |
1 |
5 |