-
Home
-
Solid Security – Password, Two Factor Authentication, and Brute Force Protection
-
9.3.8 (latest)
-
Code
-
Classes
- Ithemes_Ithemes_Security_ProWP_Background_Process
Total Complexity |
109 |
Dependencies |
2 |
Dependents |
0 |
Total lines |
985 |
Lines of code |
409 |
Logical lines of code |
214 |
Comment lines |
422 |
Methods |
47 |
Properties |
6 |
Methods 47
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
handle() |
A |
46 |
9 |
41 |
get_batches() |
A |
44 |
6 |
48 |
__construct() |
S |
56 |
7 |
17 |
get_chain_id() |
S |
58 |
6 |
16 |
maybe_handle() |
S |
56 |
5 |
22 |
get_memory_limit() |
S |
62 |
4 |
11 |
get_chain_id_arg_name() |
S |
63 |
4 |
11 |
lock_process() |
S |
58 |
3 |
16 |
get_cron_interval() |
S |
65 |
4 |
8 |
should_continue() |
S |
68 |
4 |
7 |
maybe_unserialize() |
S |
63 |
4 |
10 |
is_active() |
S |
78 |
4 |
3 |
dispatch() |
S |
63 |
3 |
11 |
get_status() |
S |
56 |
2 |
20 |
handle_cron_healthcheck() |
S |
66 |
3 |
10 |
schedule_cron_healthcheck() |
S |
60 |
2 |
13 |
delete_all() |
S |
67 |
2 |
8 |
memory_exceeded() |
S |
64 |
2 |
9 |
update() |
S |
71 |
2 |
6 |
is_processing() |
S |
71 |
2 |
6 |
time_exceeded() |
S |
66 |
2 |
8 |
schedule_event() |
S |
66 |
2 |
9 |
clear_scheduled_event() |
S |
71 |
2 |
6 |
save() |
S |
67 |
2 |
8 |
cancel_process() |
S |
82 |
1 |
3 |
task() |
S |
100 |
1 |
0 |
get_identifier() |
S |
82 |
1 |
3 |
completed() |
S |
79 |
1 |
3 |
complete() |
S |
74 |
1 |
5 |
push_to_queue() |
S |
76 |
1 |
4 |
filter_dispatch_query_args() |
S |
76 |
1 |
4 |
cancel() |
S |
76 |
1 |
4 |
is_cancelled() |
S |
80 |
1 |
3 |
get_batch() |
S |
67 |
1 |
9 |
unlock_process() |
S |
72 |
1 |
5 |
is_process_running() |
S |
81 |
1 |
3 |
is_queue_empty() |
S |
80 |
1 |
3 |
get_status_key() |
S |
80 |
1 |
3 |
generate_key() |
S |
71 |
1 |
5 |
is_queued() |
S |
80 |
1 |
3 |
resumed() |
S |
79 |
1 |
3 |
resume() |
S |
72 |
1 |
6 |
paused() |
S |
79 |
1 |
3 |
is_paused() |
S |
80 |
1 |
3 |
pause() |
S |
80 |
1 |
3 |
cancelled() |
S |
79 |
1 |
3 |
delete() |
S |
77 |
1 |
4 |