-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcoverage.txt
More file actions
32 lines (32 loc) · 6.66 KB
/
coverage.txt
File metadata and controls
32 lines (32 loc) · 6.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Filename Regions Missed Regions Cover Functions Missed Functions Executed Lines Missed Lines Cover Branches Missed Branches Cover
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
api/graphql/schema.rs 260 260 0.00% 25 25 0.00% 179 179 0.00% 0 0 -
api/graphql/types.rs 186 85 54.30% 28 19 32.14% 131 72 45.04% 0 0 -
api/rest/dtos.rs 449 232 48.33% 27 13 51.85% 379 203 46.44% 0 0 -
api/rest/events.rs 531 412 22.41% 26 10 61.54% 514 386 24.90% 0 0 -
api/rest/mod.rs 45 0 100.00% 5 0 100.00% 47 0 100.00% 0 0 -
api/rest/routes.rs 582 95 83.68% 71 47 33.80% 354 94 73.45% 0 0 -
application/handlers/event_handler.rs 485 241 50.31% 81 58 28.40% 381 200 47.51% 0 0 -
application/handlers/event_receiver_group_handler.rs 656 351 46.49% 92 64 30.43% 521 305 41.46% 0 0 -
application/handlers/event_receiver_handler.rs 400 179 55.25% 51 26 49.02% 298 142 52.35% 0 0 -
auth/api_key.rs 111 111 0.00% 20 20 0.00% 95 95 0.00% 0 0 -
auth/local/password.rs 30 30 0.00% 4 4 0.00% 18 18 0.00% 0 0 -
auth/rbac/permissions.rs 31 31 0.00% 1 1 0.00% 16 16 0.00% 0 0 -
auth/rbac/roles.rs 65 65 0.00% 4 4 0.00% 51 51 0.00% 0 0 -
domain/entities/event.rs 56 34 39.29% 13 10 23.08% 68 34 50.00% 0 0 -
domain/entities/event_receiver.rs 433 73 83.14% 25 1 96.00% 319 65 79.62% 0 0 -
domain/entities/event_receiver_group.rs 484 74 84.71% 32 2 93.75% 351 65 81.48% 0 0 -
domain/entities/user.rs 96 96 0.00% 17 17 0.00% 84 84 0.00% 0 0 -
domain/repositories/event_receiver_group_repo.rs 97 9 90.72% 13 2 84.62% 70 8 88.57% 0 0 -
domain/repositories/event_receiver_repo.rs 74 14 81.08% 11 3 72.73% 54 12 77.78% 0 0 -
domain/repositories/event_repo.rs 108 32 70.37% 16 7 56.25% 82 28 65.85% 0 0 -
domain/value_objects/api_key_id.rs 165 23 86.06% 24 5 79.17% 99 19 80.81% 0 0 -
domain/value_objects/event_id.rs 159 30 81.13% 23 7 69.57% 95 25 73.68% 0 0 -
domain/value_objects/event_receiver_group_id.rs 159 30 81.13% 23 7 69.57% 95 25 73.68% 0 0 -
domain/value_objects/event_receiver_id.rs 159 30 81.13% 23 7 69.57% 95 25 73.68% 0 0 -
domain/value_objects/user_id.rs 165 23 86.06% 24 5 79.17% 99 19 80.81% 0 0 -
error.rs 51 16 68.63% 5 1 80.00% 44 13 70.45% 0 0 -
infrastructure/config.rs 48 48 0.00% 2 2 0.00% 18 18 0.00% 0 0 -
infrastructure/database/postgres.rs 160 160 0.00% 30 30 0.00% 123 123 0.00% 0 0 -
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL 6245 2784 55.42% 716 397 44.55% 4680 2324 50.34% 0 0 -