| src/app.py |
(no class) |
58 |
58 |
0 |
0% |
| src/couchers/__init__.py |
(no class) |
0 |
0 |
0 |
100% |
| src/couchers/config.py |
(no class) |
56 |
27 |
0 |
52% |
| src/couchers/constants.py |
(no class) |
44 |
0 |
0 |
100% |
| src/couchers/context.py |
NonInteractiveContextException |
0 |
0 |
0 |
100% |
| src/couchers/context.py |
NotLoggedInContextException |
0 |
0 |
0 |
100% |
| src/couchers/context.py |
NonInteractiveAbortException |
6 |
6 |
0 |
0% |
| src/couchers/context.py |
CouchersContext |
44 |
9 |
0 |
80% |
| src/couchers/context.py |
(no class) |
38 |
0 |
0 |
100% |
| src/couchers/crypto.py |
(no class) |
101 |
4 |
0 |
96% |
| src/couchers/db.py |
(no class) |
116 |
27 |
0 |
77% |
| src/couchers/descriptor_pool.py |
(no class) |
15 |
0 |
0 |
100% |
| src/couchers/email/__init__.py |
(no class) |
26 |
0 |
0 |
100% |
| src/couchers/email/dev.py |
(no class) |
9 |
0 |
0 |
100% |
| src/couchers/email/smtp.py |
(no class) |
49 |
5 |
0 |
90% |
| src/couchers/experimentation.py |
ExperimentationNotInitializedError |
0 |
0 |
0 |
100% |
| src/couchers/experimentation.py |
(no class) |
65 |
45 |
2 |
31% |
| src/couchers/helpers/__init__.py |
(no class) |
0 |
0 |
0 |
100% |
| src/couchers/helpers/badges.py |
(no class) |
22 |
0 |
0 |
100% |
| src/couchers/helpers/clusters.py |
(no class) |
24 |
1 |
0 |
96% |
| src/couchers/helpers/geoip.py |
(no class) |
41 |
31 |
0 |
24% |
| src/couchers/helpers/postal_verification.py |
(no class) |
11 |
0 |
0 |
100% |
| src/couchers/helpers/strong_verification.py |
(no class) |
24 |
0 |
0 |
100% |
| src/couchers/i18n/__init__.py |
(no class) |
0 |
0 |
0 |
100% |
| src/couchers/i18n/constants.py |
(no class) |
2 |
0 |
0 |
100% |
| src/couchers/i18n/i18n.py |
MissingTranslationError |
4 |
0 |
0 |
100% |
| src/couchers/i18n/i18n.py |
(no class) |
56 |
3 |
0 |
95% |
| src/couchers/interceptors.py |
UserAuthInfo |
0 |
0 |
0 |
100% |
| src/couchers/interceptors.py |
CouchersMiddlewareInterceptor |
75 |
4 |
0 |
95% |
| src/couchers/interceptors.py |
MediaInterceptor |
15 |
3 |
0 |
80% |
| src/couchers/interceptors.py |
OTelInterceptor |
22 |
21 |
0 |
5% |
| src/couchers/interceptors.py |
ErrorSanitizationInterceptor |
19 |
2 |
0 |
89% |
| src/couchers/interceptors.py |
(no class) |
101 |
2 |
0 |
98% |
| src/couchers/jobs/__init__.py |
(no class) |
0 |
0 |
0 |
100% |
| src/couchers/jobs/enqueue.py |
(no class) |
7 |
0 |
0 |
100% |
| src/couchers/jobs/handlers.py |
DatabaseInconsistencyError |
0 |
0 |
0 |
100% |
| src/couchers/jobs/handlers.py |
(no class) |
519 |
39 |
0 |
92% |
| src/couchers/jobs/worker.py |
(no class) |
109 |
20 |
0 |
82% |
| src/couchers/materialized_views.py |
ClusterSubscriptionCount |
0 |
0 |
0 |
100% |
| src/couchers/materialized_views.py |
ClusterAdminCount |
0 |
0 |
0 |
100% |
| src/couchers/materialized_views.py |
LiteUser |
0 |
0 |
0 |
100% |
| src/couchers/materialized_views.py |
ClusteredUser |
0 |
0 |
0 |
100% |
| src/couchers/materialized_views.py |
UserResponseRate |
0 |
0 |
0 |
100% |
| src/couchers/materialized_views.py |
(no class) |
90 |
1 |
0 |
99% |
| src/couchers/metrics.py |
(no class) |
104 |
0 |
0 |
100% |
| src/couchers/migrations/env.py |
(no class) |
38 |
15 |
0 |
61% |
| src/couchers/models/__init__.py |
(no class) |
20 |
0 |
0 |
100% |
| src/couchers/models/activeness_probe.py |
ActivenessProbeStatus |
0 |
0 |
0 |
100% |
| src/couchers/models/activeness_probe.py |
ActivenessProbe |
1 |
0 |
0 |
100% |
| src/couchers/models/activeness_probe.py |
(no class) |
24 |
0 |
2 |
100% |
| src/couchers/models/auth.py |
UserSession |
1 |
0 |
0 |
100% |
| src/couchers/models/auth.py |
LoginToken |
2 |
1 |
0 |
50% |
| src/couchers/models/auth.py |
PasswordResetToken |
2 |
1 |
0 |
50% |
| src/couchers/models/auth.py |
(no class) |
45 |
0 |
2 |
100% |
| src/couchers/models/background_jobs.py |
BackgroundJobState |
0 |
0 |
0 |
100% |
| src/couchers/models/background_jobs.py |
BackgroundJob |
2 |
0 |
0 |
100% |
| src/couchers/models/background_jobs.py |
(no class) |
29 |
0 |
0 |
100% |
| src/couchers/models/base.py |
Base |
0 |
0 |
0 |
100% |
| src/couchers/models/base.py |
(no class) |
9 |
0 |
0 |
100% |
| src/couchers/models/clusters.py |
Node |
0 |
0 |
0 |
100% |
| src/couchers/models/clusters.py |
Cluster |
1 |
0 |
0 |
100% |
| src/couchers/models/clusters.py |
NodeClusterAssociation |
0 |
0 |
0 |
100% |
| src/couchers/models/clusters.py |
ClusterRole |
0 |
0 |
0 |
100% |
| src/couchers/models/clusters.py |
ClusterSubscription |
0 |
0 |
0 |
100% |
| src/couchers/models/clusters.py |
ClusterPageAssociation |
0 |
0 |
0 |
100% |
| src/couchers/models/clusters.py |
PageType |
0 |
0 |
0 |
100% |
| src/couchers/models/clusters.py |
Page |
1 |
1 |
0 |
0% |
| src/couchers/models/clusters.py |
PageVersion |
2 |
1 |
0 |
50% |
| src/couchers/models/clusters.py |
(no class) |
106 |
0 |
0 |
100% |
| src/couchers/models/conversations.py |
Conversation |
1 |
1 |
0 |
0% |
| src/couchers/models/conversations.py |
GroupChat |
1 |
1 |
0 |
0% |
| src/couchers/models/conversations.py |
GroupChatRole |
0 |
0 |
0 |
100% |
| src/couchers/models/conversations.py |
GroupChatSubscription |
7 |
1 |
0 |
86% |
| src/couchers/models/conversations.py |
MessageType |
0 |
0 |
0 |
100% |
| src/couchers/models/conversations.py |
Message |
2 |
1 |
0 |
50% |
| src/couchers/models/conversations.py |
(no class) |
73 |
0 |
2 |
100% |
| src/couchers/models/discussions.py |
Discussion |
0 |
0 |
0 |
100% |
| src/couchers/models/discussions.py |
DiscussionSubscription |
0 |
0 |
0 |
100% |
| src/couchers/models/discussions.py |
Thread |
0 |
0 |
0 |
100% |
| src/couchers/models/discussions.py |
Comment |
0 |
0 |
0 |
100% |
| src/couchers/models/discussions.py |
Reply |
0 |
0 |
0 |
100% |
| src/couchers/models/discussions.py |
ClusterDiscussionAssociation |
0 |
0 |
0 |
100% |
| src/couchers/models/discussions.py |
(no class) |
59 |
0 |
0 |
100% |
| src/couchers/models/donations.py |
DonationType |
0 |
0 |
0 |
100% |
| src/couchers/models/donations.py |
InvoiceType |
0 |
0 |
0 |
100% |
| src/couchers/models/donations.py |
DonationInitiation |
0 |
0 |
0 |
100% |
| src/couchers/models/donations.py |
Invoice |
0 |
0 |
0 |
100% |
| src/couchers/models/donations.py |
(no class) |
32 |
0 |
2 |
100% |
| src/couchers/models/events.py |
ClusterEventAssociation |
0 |
0 |
0 |
100% |
| src/couchers/models/events.py |
Event |
0 |
0 |
0 |
100% |
| src/couchers/models/events.py |
EventOccurrence |
5 |
0 |
0 |
100% |
| src/couchers/models/events.py |
EventSubscription |
0 |
0 |
0 |
100% |
| src/couchers/models/events.py |
EventOrganizer |
0 |
0 |
0 |
100% |
| src/couchers/models/events.py |
AttendeeStatus |
0 |
0 |
0 |
100% |
| src/couchers/models/events.py |
EventOccurrenceAttendee |
0 |
0 |
0 |
100% |
| src/couchers/models/events.py |
EventCommunityInviteRequest |
0 |
0 |
0 |
100% |
| src/couchers/models/events.py |
(no class) |
113 |
0 |
0 |
100% |
| src/couchers/models/host_requests.py |
HostRequestStatus |
0 |
0 |
0 |
100% |
| src/couchers/models/host_requests.py |
HostRequestQuality |
0 |
0 |
0 |
100% |
| src/couchers/models/host_requests.py |
HostRequest |
3 |
2 |
0 |
33% |
| src/couchers/models/host_requests.py |
HostRequestFeedback |
0 |
0 |
0 |
100% |
| src/couchers/models/host_requests.py |
(no class) |
69 |
0 |
4 |
100% |
| src/couchers/models/logging.py |
APICall |
0 |
0 |
0 |
100% |
| src/couchers/models/logging.py |
(no class) |
25 |
0 |
0 |
100% |
| src/couchers/models/mod_note.py |
ModNote |
2 |
1 |
0 |
50% |
| src/couchers/models/mod_note.py |
(no class) |
20 |
0 |
2 |
100% |
| src/couchers/models/moderation.py |
ModerationVisibility |
0 |
0 |
0 |
100% |
| src/couchers/models/moderation.py |
ModerationTrigger |
0 |
0 |
0 |
100% |
| src/couchers/models/moderation.py |
ModerationAction |
0 |
0 |
0 |
100% |
| src/couchers/models/moderation.py |
ModerationObjectType |
0 |
0 |
0 |
100% |
| src/couchers/models/moderation.py |
ModerationState |
1 |
1 |
0 |
0% |
| src/couchers/models/moderation.py |
ModerationQueueItem |
1 |
1 |
0 |
0% |
| src/couchers/models/moderation.py |
ModerationLog |
1 |
1 |
0 |
0% |
| src/couchers/models/moderation.py |
(no class) |
59 |
0 |
2 |
100% |
| src/couchers/models/notifications.py |
NotificationDeliveryType |
0 |
0 |
0 |
100% |
| src/couchers/models/notifications.py |
NotificationTopicAction |
7 |
1 |
0 |
86% |
| src/couchers/models/notifications.py |
NotificationPreference |
0 |
0 |
0 |
100% |
| src/couchers/models/notifications.py |
Notification |
2 |
0 |
0 |
100% |
| src/couchers/models/notifications.py |
NotificationDelivery |
0 |
0 |
0 |
100% |
| src/couchers/models/notifications.py |
DeviceType |
0 |
0 |
0 |
100% |
| src/couchers/models/notifications.py |
PushNotificationPlatform |
0 |
0 |
0 |
100% |
| src/couchers/models/notifications.py |
PushNotificationDeliveryOutcome |
0 |
0 |
0 |
100% |
| src/couchers/models/notifications.py |
PushNotificationSubscription |
0 |
0 |
0 |
100% |
| src/couchers/models/notifications.py |
PushNotificationDeliveryAttempt |
0 |
0 |
0 |
100% |
| src/couchers/models/notifications.py |
(no class) |
155 |
0 |
0 |
100% |
| src/couchers/models/postal_verification.py |
PostalVerificationStatus |
0 |
0 |
0 |
100% |
| src/couchers/models/postal_verification.py |
PostalVerificationAttempt |
2 |
1 |
0 |
50% |
| src/couchers/models/postal_verification.py |
(no class) |
39 |
0 |
2 |
100% |
| src/couchers/models/rest.py |
UserBadge |
0 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
FriendStatus |
0 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
FriendRelationship |
0 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
ContributeOption |
0 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
ContributorForm |
2 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
SignupFlow |
3 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
AccountDeletionToken |
2 |
1 |
0 |
50% |
| src/couchers/models/rest.py |
UserActivity |
0 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
InviteCode |
0 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
ContentReport |
0 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
Email |
0 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
SMS |
0 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
ReferenceType |
0 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
Reference |
1 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
UserBlock |
0 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
AccountDeletionReason |
0 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
ModerationUserList |
0 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
ModerationUserListMember |
0 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
AntiBotLog |
0 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
RateLimitAction |
0 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
RateLimitViolation |
0 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
Volunteer |
0 |
0 |
0 |
100% |
| src/couchers/models/rest.py |
(no class) |
241 |
0 |
0 |
100% |
| src/couchers/models/static.py |
Language |
0 |
0 |
0 |
100% |
| src/couchers/models/static.py |
TimezoneArea |
0 |
0 |
0 |
100% |
| src/couchers/models/static.py |
Region |
0 |
0 |
0 |
100% |
| src/couchers/models/static.py |
(no class) |
18 |
0 |
0 |
100% |
| src/couchers/models/uploads.py |
InitiatedUpload |
1 |
0 |
0 |
100% |
| src/couchers/models/uploads.py |
Upload |
3 |
0 |
0 |
100% |
| src/couchers/models/uploads.py |
PhotoGallery |
0 |
0 |
0 |
100% |
| src/couchers/models/uploads.py |
PhotoGalleryItem |
0 |
0 |
0 |
100% |
| src/couchers/models/uploads.py |
(no class) |
47 |
0 |
2 |
100% |
| src/couchers/models/users.py |
HostingStatus |
0 |
0 |
0 |
100% |
| src/couchers/models/users.py |
MeetupStatus |
0 |
0 |
0 |
100% |
| src/couchers/models/users.py |
SmokingLocation |
0 |
0 |
0 |
100% |
| src/couchers/models/users.py |
SleepingArrangement |
0 |
0 |
0 |
100% |
| src/couchers/models/users.py |
ParkingDetails |
0 |
0 |
0 |
100% |
| src/couchers/models/users.py |
ProfilePublicVisibility |
0 |
0 |
0 |
100% |
| src/couchers/models/users.py |
User |
19 |
0 |
0 |
100% |
| src/couchers/models/users.py |
LanguageFluency |
0 |
0 |
0 |
100% |
| src/couchers/models/users.py |
LanguageAbility |
0 |
0 |
0 |
100% |
| src/couchers/models/users.py |
RegionVisited |
0 |
0 |
0 |
100% |
| src/couchers/models/users.py |
RegionLived |
0 |
0 |
0 |
100% |
| src/couchers/models/users.py |
(no class) |
210 |
0 |
3 |
100% |
| src/couchers/models/verification.py |
StrongVerificationAttemptStatus |
0 |
0 |
0 |
100% |
| src/couchers/models/verification.py |
PassportSex |
0 |
0 |
0 |
100% |
| src/couchers/models/verification.py |
StrongVerificationAttempt |
8 |
0 |
0 |
100% |
| src/couchers/models/verification.py |
StrongVerificationCallbackEvent |
0 |
0 |
0 |
100% |
| src/couchers/models/verification.py |
(no class) |
63 |
0 |
2 |
100% |
| src/couchers/moderation/__init__.py |
(no class) |
0 |
0 |
0 |
100% |
| src/couchers/moderation/utils.py |
(no class) |
13 |
0 |
0 |
100% |
| src/couchers/notifications/__init__.py |
(no class) |
0 |
0 |
0 |
100% |
| src/couchers/notifications/background.py |
(no class) |
96 |
21 |
0 |
78% |
| src/couchers/notifications/expo_api.py |
(no class) |
33 |
20 |
0 |
39% |
| src/couchers/notifications/notify.py |
(no class) |
16 |
0 |
0 |
100% |
| src/couchers/notifications/push.py |
(no class) |
16 |
1 |
0 |
94% |
| src/couchers/notifications/quick_links.py |
(no class) |
65 |
14 |
0 |
78% |
| src/couchers/notifications/render.py |
RenderedNotification |
0 |
0 |
0 |
100% |
| src/couchers/notifications/render.py |
(no class) |
269 |
37 |
0 |
86% |
| src/couchers/notifications/send_raw_push_notification.py |
PushNotificationError |
3 |
3 |
0 |
0% |
| src/couchers/notifications/send_raw_push_notification.py |
PermanentSubscriptionFailure |
0 |
0 |
0 |
100% |
| src/couchers/notifications/send_raw_push_notification.py |
PermanentMessageFailure |
0 |
0 |
0 |
100% |
| src/couchers/notifications/send_raw_push_notification.py |
MessageTooLong |
0 |
0 |
0 |
100% |
| src/couchers/notifications/send_raw_push_notification.py |
PushDeliveryResult |
0 |
0 |
0 |
100% |
| src/couchers/notifications/send_raw_push_notification.py |
(no class) |
91 |
61 |
0 |
33% |
| src/couchers/notifications/settings.py |
PreferenceNotUserEditableError |
0 |
0 |
0 |
100% |
| src/couchers/notifications/settings.py |
(no class) |
61 |
4 |
0 |
93% |
| src/couchers/notifications/utils.py |
(no class) |
2 |
0 |
0 |
100% |
| src/couchers/notifications/web_push_api.py |
(no class) |
37 |
16 |
0 |
57% |
| src/couchers/phone/check.py |
(no class) |
8 |
1 |
0 |
88% |
| src/couchers/phone/sms.py |
(no class) |
27 |
0 |
0 |
100% |
| src/couchers/postal/__init__.py |
(no class) |
0 |
0 |
0 |
100% |
| src/couchers/postal/address_validation.py |
ValidatedAddress |
0 |
0 |
0 |
100% |
| src/couchers/postal/address_validation.py |
AddressValidationError |
0 |
0 |
0 |
100% |
| src/couchers/postal/address_validation.py |
(no class) |
15 |
0 |
0 |
100% |
| src/couchers/postal/postcard_service.py |
PostcardResult |
0 |
0 |
0 |
100% |
| src/couchers/postal/postcard_service.py |
PostcardServiceError |
0 |
0 |
0 |
100% |
| src/couchers/postal/postcard_service.py |
(no class) |
9 |
1 |
0 |
89% |
| src/couchers/rate_limits/__init__.py |
(no class) |
0 |
0 |
0 |
100% |
| src/couchers/rate_limits/check.py |
(no class) |
30 |
0 |
0 |
100% |
| src/couchers/rate_limits/definitions.py |
RateLimitDefinition |
0 |
0 |
0 |
100% |
| src/couchers/rate_limits/definitions.py |
(no class) |
22 |
0 |
0 |
100% |
| src/couchers/reranker.py |
(no class) |
20 |
2 |
0 |
90% |
| src/couchers/resources.py |
(no class) |
66 |
4 |
0 |
94% |
| src/couchers/server.py |
(no class) |
72 |
0 |
0 |
100% |
| src/couchers/servicers/__init__.py |
(no class) |
0 |
0 |
0 |
100% |
| src/couchers/servicers/account.py |
Account |
214 |
17 |
0 |
92% |
| src/couchers/servicers/account.py |
Iris |
18 |
2 |
0 |
89% |
| src/couchers/servicers/account.py |
(no class) |
78 |
0 |
0 |
100% |
| src/couchers/servicers/admin.py |
Admin |
282 |
108 |
0 |
62% |
| src/couchers/servicers/admin.py |
(no class) |
65 |
0 |
0 |
100% |
| src/couchers/servicers/api.py |
GhostUserSerializationError |
0 |
0 |
0 |
100% |
| src/couchers/servicers/api.py |
API |
270 |
11 |
0 |
96% |
| src/couchers/servicers/api.py |
(no class) |
141 |
3 |
0 |
98% |
| src/couchers/servicers/auth.py |
Auth |
223 |
36 |
0 |
84% |
| src/couchers/servicers/auth.py |
(no class) |
71 |
1 |
0 |
99% |
| src/couchers/servicers/blocking.py |
Blocking |
22 |
2 |
0 |
91% |
| src/couchers/servicers/blocking.py |
(no class) |
19 |
0 |
0 |
100% |
| src/couchers/servicers/bugs.py |
Bugs |
24 |
2 |
0 |
92% |
| src/couchers/servicers/bugs.py |
(no class) |
19 |
0 |
0 |
100% |
| src/couchers/servicers/communities.py |
Communities |
143 |
32 |
0 |
78% |
| src/couchers/servicers/communities.py |
(no class) |
51 |
0 |
0 |
100% |
| src/couchers/servicers/conversations.py |
Conversations |
193 |
26 |
0 |
87% |
| src/couchers/servicers/conversations.py |
(no class) |
102 |
0 |
0 |
100% |
| src/couchers/servicers/discussions.py |
Discussions |
23 |
4 |
0 |
83% |
| src/couchers/servicers/discussions.py |
(no class) |
37 |
2 |
0 |
95% |
| src/couchers/servicers/donations.py |
Donations |
20 |
3 |
0 |
85% |
| src/couchers/servicers/donations.py |
Stripe |
24 |
0 |
0 |
100% |
| src/couchers/servicers/donations.py |
(no class) |
22 |
0 |
0 |
100% |
| src/couchers/servicers/editor.py |
Editor |
88 |
4 |
0 |
95% |
| src/couchers/servicers/editor.py |
(no class) |
49 |
0 |
0 |
100% |
| src/couchers/servicers/events.py |
Events |
354 |
47 |
0 |
87% |
| src/couchers/servicers/events.py |
(no class) |
145 |
33 |
0 |
77% |
| src/couchers/servicers/galleries.py |
Galleries |
86 |
4 |
0 |
95% |
| src/couchers/servicers/galleries.py |
(no class) |
21 |
0 |
0 |
100% |
| src/couchers/servicers/gis.py |
GIS |
10 |
7 |
0 |
30% |
| src/couchers/servicers/gis.py |
(no class) |
21 |
0 |
0 |
100% |
| src/couchers/servicers/groups.py |
Groups |
72 |
22 |
0 |
69% |
| src/couchers/servicers/groups.py |
(no class) |
36 |
0 |
0 |
100% |
| src/couchers/servicers/jail.py |
Jail |
41 |
2 |
0 |
95% |
| src/couchers/servicers/jail.py |
(no class) |
25 |
0 |
0 |
100% |
| src/couchers/servicers/media.py |
Media |
7 |
1 |
0 |
86% |
| src/couchers/servicers/media.py |
(no class) |
15 |
0 |
0 |
100% |
| src/couchers/servicers/moderation.py |
Moderation |
113 |
23 |
0 |
80% |
| src/couchers/servicers/moderation.py |
(no class) |
38 |
1 |
0 |
97% |
| src/couchers/servicers/notifications.py |
Notifications |
74 |
8 |
0 |
89% |
| src/couchers/servicers/notifications.py |
(no class) |
37 |
0 |
0 |
100% |
| src/couchers/servicers/pages.py |
Pages |
107 |
8 |
0 |
93% |
| src/couchers/servicers/pages.py |
(no class) |
41 |
0 |
0 |
100% |
| src/couchers/servicers/postal_verification.py |
PostalVerification |
93 |
7 |
0 |
92% |
| src/couchers/servicers/postal_verification.py |
(no class) |
30 |
0 |
0 |
100% |
| src/couchers/servicers/public.py |
Public |
14 |
11 |
0 |
21% |
| src/couchers/servicers/public.py |
(no class) |
53 |
9 |
0 |
83% |
| src/couchers/servicers/references.py |
References |
89 |
2 |
0 |
98% |
| src/couchers/servicers/references.py |
(no class) |
54 |
2 |
0 |
96% |
| src/couchers/servicers/reporting.py |
Reporting |
8 |
0 |
0 |
100% |
| src/couchers/servicers/reporting.py |
(no class) |
8 |
0 |
0 |
100% |
| src/couchers/servicers/requests.py |
Requests |
234 |
19 |
0 |
92% |
| src/couchers/servicers/requests.py |
(no class) |
58 |
0 |
0 |
100% |
| src/couchers/servicers/resources.py |
Resources |
5 |
0 |
0 |
100% |
| src/couchers/servicers/resources.py |
(no class) |
11 |
0 |
0 |
100% |
| src/couchers/servicers/search.py |
Search |
71 |
4 |
0 |
94% |
| src/couchers/servicers/search.py |
(no class) |
198 |
30 |
0 |
85% |
| src/couchers/servicers/threads.py |
Threads |
35 |
1 |
0 |
97% |
| src/couchers/servicers/threads.py |
(no class) |
86 |
8 |
0 |
91% |
| src/couchers/sql.py |
ModeratedContent |
0 |
0 |
0 |
100% |
| src/couchers/sql.py |
CouchersSelect |
42 |
1 |
0 |
98% |
| src/couchers/sql.py |
(no class) |
25 |
0 |
8 |
100% |
| src/couchers/tasks.py |
(no class) |
74 |
3 |
0 |
96% |
| src/couchers/templates/__init__.py |
(no class) |
0 |
0 |
0 |
100% |
| src/couchers/templates/v2.py |
(no class) |
98 |
1 |
0 |
99% |
| src/couchers/tracing.py |
(no class) |
19 |
8 |
0 |
58% |
| src/couchers/urls.py |
(no class) |
74 |
4 |
0 |
95% |
| src/couchers/utils.py |
(no class) |
179 |
13 |
0 |
93% |
| src/tests/conftest.py |
(no class) |
7 |
1 |
0 |
86% |
| src/tests/test_account.py |
(no class) |
701 |
1 |
0 |
99% |
| src/tests/test_activeness_probes.py |
(no class) |
96 |
0 |
0 |
100% |
| src/tests/test_admin.py |
(no class) |
452 |
0 |
0 |
100% |
| src/tests/test_api.py |
(no class) |
1087 |
0 |
0 |
100% |
| src/tests/test_app.py |
(no class) |
13 |
0 |
0 |
100% |
| src/tests/test_auth.py |
(no class) |
601 |
0 |
0 |
100% |
| src/tests/test_bg_jobs.py |
test_service_jobs.HitSleep |
0 |
0 |
0 |
100% |
| src/tests/test_bg_jobs.py |
test_scheduler.EndOfTime |
0 |
0 |
0 |
100% |
| src/tests/test_bg_jobs.py |
test_send_message_notifications_empty_unseen_simple.DummyUser |
0 |
0 |
0 |
100% |
| src/tests/test_bg_jobs.py |
test_send_message_notifications_empty_unseen_simple.FirstResult |
2 |
0 |
0 |
100% |
| src/tests/test_bg_jobs.py |
test_send_message_notifications_empty_unseen_simple.SecondResult |
1 |
0 |
0 |
100% |
| src/tests/test_bg_jobs.py |
test_send_message_notifications_empty_unseen_simple.DummySession |
5 |
2 |
0 |
60% |
| src/tests/test_bg_jobs.py |
test_send_message_notifications_empty_unseen_simple.fake_session_scope.Ctx |
2 |
0 |
0 |
100% |
| src/tests/test_bg_jobs.py |
(no class) |
637 |
1 |
0 |
99% |
| src/tests/test_blocking.py |
(no class) |
176 |
0 |
0 |
100% |
| src/tests/test_bugs.py |
test_bugs.dud_post._PostReturn |
1 |
0 |
0 |
100% |
| src/tests/test_bugs.py |
test_bugs_with_user.dud_post._PostReturn |
1 |
0 |
0 |
100% |
| src/tests/test_bugs.py |
test_bugs_fails_on_network_error.dud_post._PostReturn |
0 |
0 |
0 |
100% |
| src/tests/test_bugs.py |
(no class) |
81 |
0 |
0 |
100% |
| src/tests/test_communities.py |
TestCommunities |
413 |
0 |
0 |
100% |
| src/tests/test_communities.py |
(no class) |
249 |
0 |
0 |
100% |
| src/tests/test_conversations.py |
(no class) |
1041 |
0 |
0 |
100% |
| src/tests/test_crypto.py |
(no class) |
42 |
0 |
0 |
100% |
| src/tests/test_db.py |
(no class) |
129 |
0 |
0 |
100% |
| src/tests/test_discussions.py |
(no class) |
110 |
0 |
0 |
100% |
| src/tests/test_donations.py |
(no class) |
156 |
0 |
0 |
100% |
| src/tests/test_dummy_data.py |
(no class) |
9 |
0 |
0 |
100% |
| src/tests/test_editor.py |
(no class) |
290 |
0 |
0 |
100% |
| src/tests/test_email.py |
(no class) |
236 |
0 |
0 |
100% |
| src/tests/test_events.py |
(no class) |
1199 |
0 |
0 |
100% |
| src/tests/test_fixtures.py |
_MockCouchersContext |
1 |
0 |
0 |
100% |
| src/tests/test_fixtures.py |
CookieMetadataPlugin |
2 |
0 |
0 |
100% |
| src/tests/test_fixtures.py |
_MetadataKeeperInterceptor |
5 |
0 |
0 |
100% |
| src/tests/test_fixtures.py |
FakeRpcError |
4 |
0 |
0 |
100% |
| src/tests/test_fixtures.py |
MockGrpcContext |
5 |
1 |
0 |
80% |
| src/tests/test_fixtures.py |
FakeChannel |
17 |
0 |
0 |
100% |
| src/tests/test_fixtures.py |
EmailData |
0 |
0 |
0 |
100% |
| src/tests/test_fixtures.py |
Push |
7 |
4 |
0 |
43% |
| src/tests/test_fixtures.py |
PushCollector |
10 |
0 |
0 |
100% |
| src/tests/test_fixtures.py |
Moderator |
8 |
0 |
0 |
100% |
| src/tests/test_fixtures.py |
(no class) |
577 |
5 |
0 |
99% |
| src/tests/test_galleries.py |
(no class) |
359 |
0 |
0 |
100% |
| src/tests/test_gis.py |
TestGIS |
18 |
0 |
0 |
100% |
| src/tests/test_gis.py |
(no class) |
14 |
0 |
0 |
100% |
| src/tests/test_groups.py |
TestGroups |
186 |
0 |
0 |
100% |
| src/tests/test_groups.py |
(no class) |
68 |
0 |
0 |
100% |
| src/tests/test_i18n.py |
(no class) |
53 |
0 |
0 |
100% |
| src/tests/test_interceptors.py |
test_logging_interceptor_raise_custom._TestingException |
0 |
0 |
0 |
100% |
| src/tests/test_interceptors.py |
(no class) |
281 |
0 |
0 |
100% |
| src/tests/test_jail.py |
(no class) |
233 |
0 |
0 |
100% |
| src/tests/test_media.py |
(no class) |
31 |
0 |
0 |
100% |
| src/tests/test_model_constraints.py |
(no class) |
80 |
0 |
0 |
100% |
| src/tests/test_models.py |
(no class) |
26 |
0 |
0 |
100% |
| src/tests/test_moderation.py |
(no class) |
999 |
0 |
0 |
100% |
| src/tests/test_notifications.py |
(no class) |
542 |
3 |
0 |
99% |
| src/tests/test_pages.py |
(no class) |
506 |
0 |
0 |
100% |
| src/tests/test_postal_verification.py |
(no class) |
295 |
0 |
0 |
100% |
| src/tests/test_public.py |
(no class) |
83 |
0 |
0 |
100% |
| src/tests/test_references.py |
(no class) |
592 |
0 |
0 |
100% |
| src/tests/test_reporting.py |
(no class) |
30 |
0 |
0 |
100% |
| src/tests/test_requests.py |
(no class) |
722 |
2 |
0 |
99% |
| src/tests/test_resources.py |
(no class) |
53 |
0 |
0 |
100% |
| src/tests/test_search.py |
(no class) |
428 |
0 |
0 |
100% |
| src/tests/test_strong_verification.py |
(no class) |
373 |
1 |
0 |
99% |
| src/tests/test_templates.py |
(no class) |
39 |
0 |
0 |
100% |
| src/tests/test_threads.py |
(no class) |
93 |
0 |
0 |
100% |
| src/tests/test_utils.py |
(no class) |
28 |
0 |
0 |
100% |
| src/tests/test_verification.py |
(no class) |
159 |
0 |
0 |
100% |
| src/tests/test_visible_users.py |
_FakeContext |
1 |
0 |
0 |
100% |
| src/tests/test_visible_users.py |
(no class) |
46 |
0 |
0 |
100% |