-
Home
-
WP Sheridan Password Generator
-
1.02 (latest)
-
Code
-
Classes
- sheridanPasswordGenerator
Total Complexity |
118 |
Dependencies |
0 |
Dependents |
1 |
Total lines |
387 |
Lines of code |
217 |
Logical lines of code |
322 |
Comment lines |
106 |
Methods |
14 |
Properties |
12 |
Methods 14
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
phonetic() |
D |
23 |
87 |
92 |
generate() |
A |
43 |
11 |
49 |
readable() |
S |
61 |
3 |
12 |
setLength() |
S |
73 |
3 |
5 |
useLowercase() |
S |
66 |
2 |
10 |
useUppercase() |
S |
66 |
2 |
10 |
useNumeric() |
S |
66 |
2 |
10 |
useSpecial() |
S |
66 |
2 |
10 |
useSimilar() |
S |
81 |
1 |
3 |
passwords() |
S |
80 |
1 |
3 |
lower() |
S |
79 |
1 |
3 |
upper() |
S |
79 |
1 |
3 |
numeric() |
S |
79 |
1 |
3 |
special() |
S |
74 |
1 |
4 |