Coverage report:
89%
hide covered
Files
Functions
Classes
coverage.py v7.12.0
, created at 2025-11-29 12:13 -0800
File
function
statements
missing
excluded
coverage
src / dotbot / __about__.py
(no function)
1
0
0
100%
src / dotbot / __init__.py
(no function)
4
0
0
100%
src / dotbot / cli.py
add_options
15
0
0
100%
src / dotbot / cli.py
read_config
2
0
0
100%
src / dotbot / cli.py
main
54
19
0
65%
src / dotbot / cli.py
(no function)
16
1
0
94%
src / dotbot / config.py
ConfigReader.__init__
9
2
0
78%
src / dotbot / config.py
ConfigReader._read
8
4
0
50%
src / dotbot / config.py
ConfigReader.get_config
1
0
0
100%
src / dotbot / config.py
(no function)
12
0
0
100%
src / dotbot / context.py
Context.__init__
4
0
0
100%
src / dotbot / context.py
Context.set_base_directory
1
1
0
0%
src / dotbot / context.py
Context.base_directory
4
0
0
100%
src / dotbot / context.py
Context.set_defaults
1
0
0
100%
src / dotbot / context.py
Context.defaults
1
0
0
100%
src / dotbot / context.py
Context.options
1
0
0
100%
src / dotbot / context.py
Context.plugins
1
0
0
100%
src / dotbot / context.py
Context.dry_run
1
0
0
100%
src / dotbot / context.py
(no function)
13
0
2
100%
src / dotbot / dispatcher.py
Dispatcher.__init__
9
0
0
100%
src / dotbot / dispatcher.py
Dispatcher._setup_context
5
2
0
60%
src / dotbot / dispatcher.py
Dispatcher.dispatch
50
8
0
84%
src / dotbot / dispatcher.py
(no function)
14
0
0
100%
src / dotbot / messenger / __init__.py
(no function)
3
0
0
100%
src / dotbot / messenger / color.py
(no function)
8
0
0
100%
src / dotbot / messenger / level.py
Level.__lt__
3
3
0
0%
src / dotbot / messenger / level.py
Level.__le__
3
3
0
0%
src / dotbot / messenger / level.py
Level.__gt__
3
3
0
0%
src / dotbot / messenger / level.py
Level.__ge__
3
1
0
67%
src / dotbot / messenger / level.py
Level.__eq__
3
3
0
0%
src / dotbot / messenger / level.py
Level.__hash__
1
1
0
0%
src / dotbot / messenger / level.py
(no function)
16
0
0
100%
src / dotbot / messenger / messenger.py
Messenger.__init__
2
0
0
100%
src / dotbot / messenger / messenger.py
Messenger.set_level
1
0
0
100%
src / dotbot / messenger / messenger.py
Messenger.use_color
1
0
0
100%
src / dotbot / messenger / messenger.py
Messenger.log
2
0
0
100%
src / dotbot / messenger / messenger.py
Messenger.debug
1
0
0
100%
src / dotbot / messenger / messenger.py
Messenger.action
1
0
0
100%
src / dotbot / messenger / messenger.py
Messenger.info
1
0
0
100%
src / dotbot / messenger / messenger.py
Messenger.lowinfo
1
1
0
0%
src / dotbot / messenger / messenger.py
Messenger.warning
1
0
0
100%
src / dotbot / messenger / messenger.py
Messenger.error
1
0
0
100%
src / dotbot / messenger / messenger.py
Messenger._color
11
9
0
18%
src / dotbot / messenger / messenger.py
Messenger._reset
3
1
0
67%
src / dotbot / messenger / messenger.py
(no function)
16
0
0
100%
src / dotbot / plugin.py
Plugin.__init__
2
0
0
100%
src / dotbot / plugin.py
Plugin.can_handle
1
1
0
0%
src / dotbot / plugin.py
Plugin.handle
1
1
0
0%
src / dotbot / plugin.py
(no function)
10
0
0
100%
src / dotbot / plugins / __init__.py
(no function)
5
0
0
100%
src / dotbot / plugins / clean.py
Clean.can_handle
1
0
0
100%
src / dotbot / plugins / clean.py
Clean.handle
4
2
0
50%
src / dotbot / plugins / clean.py
Clean._process_clean
13
1
0
92%
src / dotbot / plugins / clean.py
Clean._clean
18
1
0
94%
src / dotbot / plugins / clean.py
Clean._in_directory
3
0
0
100%
src / dotbot / plugins / clean.py
(no function)
13
0
0
100%
src / dotbot / plugins / create.py
Create.can_handle
1
0
0
100%
src / dotbot / plugins / create.py
Create.handle
4
2
0
50%
src / dotbot / plugins / create.py
Create._process_paths
14
1
0
93%
src / dotbot / plugins / create.py
Create._exists
2
0
0
100%
src / dotbot / plugins / create.py
Create._create
15
3
0
80%
src / dotbot / plugins / create.py
(no function)
12
0
0
100%
src / dotbot / plugins / link.py
Link.can_handle
1
0
0
100%
src / dotbot / plugins / link.py
Link.handle
4
2
0
50%
src / dotbot / plugins / link.py
Link._process_links
84
0
0
100%
src / dotbot / plugins / link.py
Link._test_success
4
0
0
100%
src / dotbot / plugins / link.py
Link._default_target
6
0
0
100%
src / dotbot / plugins / link.py
Link._has_glob_chars
1
0
0
100%
src / dotbot / plugins / link.py
Link._glob
6
0
0
100%
src / dotbot / plugins / link.py
Link._create_glob_results
10
0
0
100%
src / dotbot / plugins / link.py
Link._is_link
1
0
0
100%
src / dotbot / plugins / link.py
Link._link_target
5
1
0
80%
src / dotbot / plugins / link.py
Link._exists
2
0
0
100%
src / dotbot / plugins / link.py
Link._lexists
2
0
0
100%
src / dotbot / plugins / link.py
Link._create
15
0
0
100%
src / dotbot / plugins / link.py
Link._backup
17
0
0
100%
src / dotbot / plugins / link.py
Link._delete
30
0
0
100%
src / dotbot / plugins / link.py
Link._relative_path
2
0
0
100%
src / dotbot / plugins / link.py
Link._link
34
0
0
100%
src / dotbot / plugins / link.py
(no function)
29
0
0
100%
src / dotbot / plugins / shell.py
Shell.can_handle
1
0
0
100%
src / dotbot / plugins / shell.py
Shell.handle
4
2
0
50%
src / dotbot / plugins / shell.py
Shell._process_commands
39
0
0
100%
src / dotbot / plugins / shell.py
Shell._get_option_overrides
9
0
0
100%
src / dotbot / plugins / shell.py
(no function)
11
0
0
100%
src / dotbot / util / __init__.py
(no function)
2
0
0
100%
src / dotbot / util / common.py
shell_command
8
1
0
88%
src / dotbot / util / common.py
normslash
3
1
0
67%
src / dotbot / util / common.py
(no function)
7
0
0
100%
src / dotbot / util / module.py
load
13
0
0
100%
src / dotbot / util / module.py
load_module
7
2
0
71%
src / dotbot / util / module.py
load_plugins
16
1
0
94%
src / dotbot / util / module.py
(no function)
10
0
0
100%
src / dotbot / util / singleton.py
Singleton.__call__
3
0
0
100%
src / dotbot / util / singleton.py
Singleton.reset_instance
2
2
0
0%
src / dotbot / util / singleton.py
(no function)
4
0
0
100%
src / dotbot / util / string.py
indent_lines
3
3
0
0%
src / dotbot / util / string.py
(no function)
1
0
0
100%
Total
827
89
2
89%
No items found using the specified filter.