Coverage report: 98%

Files Functions Classes

coverage.py v7.15.0, created at 2026-07-07 16:54 +0000

File class   statements missing excluded   coverage
async-durable-execution/src/async_durable_execution/__about__.py (no class)   21 0 0   100%
async-durable-execution/src/async_durable_execution/__init__.py (no class)   22 0 0   100%
async-durable-execution/src/async_durable_execution/client.py LambdaApiClient   0 0 2   100%
async-durable-execution/src/async_durable_execution/client.py AsyncLambdaApiClient   0 0 2   100%
async-durable-execution/src/async_durable_execution/client.py DurableServiceClient   0 0 2   100%
async-durable-execution/src/async_durable_execution/client.py ThreadedSyncLambdaClient   18 0 0   100%
async-durable-execution/src/async_durable_execution/client.py _AiobotocoreLambdaApiClient   13 0 0   100%
async-durable-execution/src/async_durable_execution/client.py AsyncLambdaClient   22 0 0   100%
async-durable-execution/src/async_durable_execution/client.py (no class)   57 0 20   100%
async-durable-execution/src/async_durable_execution/composite/__init__.py (no class)   0 0 0   100%
async-durable-execution/src/async_durable_execution/composite/map.py BatchedInput   0 0 0   100%
async-durable-execution/src/async_durable_execution/composite/map.py MapItemContext   0 0 0   100%
async-durable-execution/src/async_durable_execution/composite/map.py MapSummaryGenerator   2 0 0   100%
async-durable-execution/src/async_durable_execution/composite/map.py (no class)   63 0 4   100%
async-durable-execution/src/async_durable_execution/composite/parallel.py NestingType   0 0 0   100%
async-durable-execution/src/async_durable_execution/composite/parallel.py CompletionConfig   3 0 0   100%
async-durable-execution/src/async_durable_execution/composite/parallel.py BatchItemStatus   0 0 0   100%
async-durable-execution/src/async_durable_execution/composite/parallel.py CompletionReason   0 0 0   100%
async-durable-execution/src/async_durable_execution/composite/parallel.py SuspendResult   2 0 0   100%
async-durable-execution/src/async_durable_execution/composite/parallel.py BatchItem   0 0 0   100%
async-durable-execution/src/async_durable_execution/composite/parallel.py BatchResult   44 0 0   100%
async-durable-execution/src/async_durable_execution/composite/parallel.py Executable   0 0 0   100%
async-durable-execution/src/async_durable_execution/composite/parallel.py BranchStatus   0 0 0   100%
async-durable-execution/src/async_durable_execution/composite/parallel.py ExecutableWithState   42 0 0   100%
async-durable-execution/src/async_durable_execution/composite/parallel.py ExecutionCounters   23 0 0   100%
async-durable-execution/src/async_durable_execution/composite/parallel.py TimerScheduler   18 0 0   100%
async-durable-execution/src/async_durable_execution/composite/parallel.py ParallelExecutor   145 1 0   99%
async-durable-execution/src/async_durable_execution/composite/parallel.py ParallelSummaryGenerator   2 0 0   100%
async-durable-execution/src/async_durable_execution/composite/parallel.py (no class)   175 0 4   100%
async-durable-execution/src/async_durable_execution/composite/wait_for_callback.py WaitForCallbackContext   0 0 0   100%
async-durable-execution/src/async_durable_execution/composite/wait_for_callback.py (no class)   32 0 3   100%
async-durable-execution/src/async_durable_execution/composite/wait_for_condition.py PollingStrategy   3 0 0   100%
async-durable-execution/src/async_durable_execution/composite/wait_for_condition.py WaitForConditionOperationExecutor   71 0 2   100%
async-durable-execution/src/async_durable_execution/composite/wait_for_condition.py WaitForConditionCheckContext   0 0 0   100%
async-durable-execution/src/async_durable_execution/composite/wait_for_condition.py (no class)   39 0 5   100%
async-durable-execution/src/async_durable_execution/composite/with_retry.py WithRetryContext   0 0 0   100%
async-durable-execution/src/async_durable_execution/composite/with_retry.py (no class)   33 0 3   100%
async-durable-execution/src/async_durable_execution/config.py JitterStrategy   8 0 0   100%
async-durable-execution/src/async_durable_execution/config.py _DelayStrategy   14 0 0   100%
async-durable-execution/src/async_durable_execution/config.py RetryStrategy   17 0 0   100%
async-durable-execution/src/async_durable_execution/config.py (no class)   58 2 0   97%
async-durable-execution/src/async_durable_execution/context.py (no class)   21 0 3   100%
async-durable-execution/src/async_durable_execution/exceptions.py AwsErrorObj   0 0 0   100%
async-durable-execution/src/async_durable_execution/exceptions.py AwsErrorMetadata   0 0 0   100%
async-durable-execution/src/async_durable_execution/exceptions.py TerminationReason   0 0 0   100%
async-durable-execution/src/async_durable_execution/exceptions.py DurableExecutionsError   0 0 0   100%
async-durable-execution/src/async_durable_execution/exceptions.py UnrecoverableError   2 0 0   100%
async-durable-execution/src/async_durable_execution/exceptions.py ExecutionError   1 0 0   100%
async-durable-execution/src/async_durable_execution/exceptions.py InvocationError   3 1 0   67%
async-durable-execution/src/async_durable_execution/exceptions.py DurableApiErrorCategory   0 0 0   100%
async-durable-execution/src/async_durable_execution/exceptions.py BotoClientError   23 0 0   100%
async-durable-execution/src/async_durable_execution/exceptions.py NonDeterministicExecutionError   2 2 0   0%
async-durable-execution/src/async_durable_execution/exceptions.py CheckpointError   1 0 0   100%
async-durable-execution/src/async_durable_execution/exceptions.py ValidationError   0 0 0   100%
async-durable-execution/src/async_durable_execution/exceptions.py GetExecutionStateError   1 0 0   100%
async-durable-execution/src/async_durable_execution/exceptions.py InvalidStateError   0 0 0   100%
async-durable-execution/src/async_durable_execution/exceptions.py UserlandError   0 0 0   100%
async-durable-execution/src/async_durable_execution/exceptions.py CallableRuntimeError   6 0 0   100%
async-durable-execution/src/async_durable_execution/exceptions.py BackgroundThreadError   2 2 0   0%
async-durable-execution/src/async_durable_execution/exceptions.py SuspendExecution   1 0 0   100%
async-durable-execution/src/async_durable_execution/exceptions.py TimedSuspendExecution   5 0 0   100%
async-durable-execution/src/async_durable_execution/exceptions.py CallableRuntimeErrorSerializableDetails   2 0 0   100%
async-durable-execution/src/async_durable_execution/exceptions.py SerDesError   0 0 0   100%
async-durable-execution/src/async_durable_execution/exceptions.py (no class)   99 0 0   100%
async-durable-execution/src/async_durable_execution/execution.py InitialExecutionState   0 0 0   100%
async-durable-execution/src/async_durable_execution/execution.py DurableExecutionInvocationInput   0 0 0   100%
async-durable-execution/src/async_durable_execution/execution.py DurableConfig   0 0 0   100%
async-durable-execution/src/async_durable_execution/execution.py (no class)   175 7 4   96%
async-durable-execution/src/async_durable_execution/logger.py DurableContextFilter   11 2 0   82%
async-durable-execution/src/async_durable_execution/logger.py (no class)   44 3 0   93%
async-durable-execution/src/async_durable_execution/models.py LambdaContext   0 0 2   100%
async-durable-execution/src/async_durable_execution/models.py SerializableModel   26 0 0   100%
async-durable-execution/src/async_durable_execution/models.py OperationAction   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py OperationStatus   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py CallbackTimeoutType   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py ChainedInvokeFailedToStartType   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py ChainedInvokeTimeoutType   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py ChainedInvokeStopType   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py OperationSubType   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py OperationType   15 0 0   100%
async-durable-execution/src/async_durable_execution/models.py OperationIdentifier   6 0 0   100%
async-durable-execution/src/async_durable_execution/models.py InvocationStatus   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py ErrorObject   2 0 0   100%
async-durable-execution/src/async_durable_execution/models.py DurableExecutionInvocationOutput   2 0 0   100%
async-durable-execution/src/async_durable_execution/models.py ExecutionDetails   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py ContextDetails   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py StepDetails   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py WaitDetails   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py CallbackDetails   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py ChainedInvokeDetails   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py StepOptions   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py WaitOptions   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py CallbackOptions   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py ChainedInvokeOptions   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py ContextOptions   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py OperationUpdate   16 0 0   100%
async-durable-execution/src/async_durable_execution/models.py TimestampConverter   2 0 0   100%
async-durable-execution/src/async_durable_execution/models.py Operation   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py CheckpointUpdatedExecutionState   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py CheckpointOutput   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py StateOutput   0 0 0   100%
async-durable-execution/src/async_durable_execution/models.py (no class)   290 3 14   99%
async-durable-execution/src/async_durable_execution/primitive/__init__.py (no class)   0 0 0   100%
async-durable-execution/src/async_durable_execution/primitive/base.py OperationContext   6 0 0   100%
async-durable-execution/src/async_durable_execution/primitive/base.py OperationExecutor   14 0 2   100%
async-durable-execution/src/async_durable_execution/primitive/base.py (no class)   39 0 4   100%
async-durable-execution/src/async_durable_execution/primitive/callback.py CallbackError   2 0 0   100%
async-durable-execution/src/async_durable_execution/primitive/callback.py CallbackOperationExecutor   18 0 0   100%
async-durable-execution/src/async_durable_execution/primitive/callback.py Callback   17 0 0   100%
async-durable-execution/src/async_durable_execution/primitive/callback.py (no class)   42 0 4   100%
async-durable-execution/src/async_durable_execution/primitive/child.py OrphanedChildException   2 0 0   100%
async-durable-execution/src/async_durable_execution/primitive/child.py OperationIdGenerator   10 0 0   100%
async-durable-execution/src/async_durable_execution/primitive/child.py ChildOperationExecutor   62 0 0   100%
async-durable-execution/src/async_durable_execution/primitive/child.py DurableContext   27 0 0   100%
async-durable-execution/src/async_durable_execution/primitive/child.py (no class)   86 0 5   100%
async-durable-execution/src/async_durable_execution/primitive/invoke.py InvokeOperationExecutor   31 0 0   100%
async-durable-execution/src/async_durable_execution/primitive/invoke.py (no class)   27 0 4   100%
async-durable-execution/src/async_durable_execution/primitive/step.py StepInterruptedError   2 0 0   100%
async-durable-execution/src/async_durable_execution/primitive/step.py StepSemantics   0 0 0   100%
async-durable-execution/src/async_durable_execution/primitive/step.py StepOperationExecutor   87 1 0   99%
async-durable-execution/src/async_durable_execution/primitive/step.py StepContext   0 0 0   100%
async-durable-execution/src/async_durable_execution/primitive/step.py (no class)   48 2 5   96%
async-durable-execution/src/async_durable_execution/primitive/wait.py WaitOperationExecutor   12 0 0   100%
async-durable-execution/src/async_durable_execution/primitive/wait.py (no class)   29 0 3   100%
async-durable-execution/src/async_durable_execution/runner/__init__.py (no class)   4 0 0   100%
async-durable-execution/src/async_durable_execution/runner/cloud/__init__.py ThreadedSyncCloudLambdaClient   11 3 0   73%
async-durable-execution/src/async_durable_execution/runner/cloud/__init__.py AsyncCloudLambdaClient   33 22 0   33%
async-durable-execution/src/async_durable_execution/runner/cloud/__init__.py DurableFunctionCloudTestRunner   139 9 0   94%
async-durable-execution/src/async_durable_execution/runner/cloud/__init__.py LambdaInvoker   63 0 0   100%
async-durable-execution/src/async_durable_execution/runner/cloud/__init__.py (no class)   100 5 0   95%
async-durable-execution/src/async_durable_execution/runner/exceptions.py DurableFunctionsLocalRunnerError   0 0 0   100%
async-durable-execution/src/async_durable_execution/runner/exceptions.py UnknownRouteError   4 0 0   100%
async-durable-execution/src/async_durable_execution/runner/exceptions.py SerializationError   0 0 0   100%
async-durable-execution/src/async_durable_execution/runner/exceptions.py DurableFunctionsTestError   0 0 0   100%
async-durable-execution/src/async_durable_execution/runner/exceptions.py AwsApiException   1 0 0   100%
async-durable-execution/src/async_durable_execution/runner/exceptions.py InvalidParameterValueException   3 0 0   100%
async-durable-execution/src/async_durable_execution/runner/exceptions.py ResourceNotFoundException   3 0 0   100%
async-durable-execution/src/async_durable_execution/runner/exceptions.py ServiceException   3 0 0   100%
async-durable-execution/src/async_durable_execution/runner/exceptions.py ExecutionAlreadyStartedException   4 0 0   100%
async-durable-execution/src/async_durable_execution/runner/exceptions.py ExecutionConflictException   3 0 0   100%
async-durable-execution/src/async_durable_execution/runner/exceptions.py CallbackTimeoutException   3 0 0   100%
async-durable-execution/src/async_durable_execution/runner/exceptions.py TooManyRequestsException   3 0 0   100%
async-durable-execution/src/async_durable_execution/runner/exceptions.py IllegalStateException   3 0 0   100%
async-durable-execution/src/async_durable_execution/runner/exceptions.py RuntimeException   3 0 0   100%
async-durable-execution/src/async_durable_execution/runner/exceptions.py IllegalArgumentException   3 0 0   100%
async-durable-execution/src/async_durable_execution/runner/exceptions.py (no class)   50 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/__init__.py DurableFunctionLocalTestRunner   52 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/__init__.py InProcessInvoker   11 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/__init__.py InMemoryServiceClient   27 4 0   85%
async-durable-execution/src/async_durable_execution/runner/local/__init__.py (no class)   47 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/execution.py ExecutionStatus   0 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/execution.py Execution   135 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/execution.py (no class)   46 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/executor.py Executor   449 12 0   97%
async-durable-execution/src/async_durable_execution/runner/local/executor.py (no class)   62 0 5   100%
async-durable-execution/src/async_durable_execution/runner/local/model.py LambdaContext   2 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/model.py StartDurableExecutionInput   23 1 0   96%
async-durable-execution/src/async_durable_execution/runner/local/model.py StartDurableExecutionOutput   5 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/model.py GetDurableExecutionStateResponse   6 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/model.py SendDurableExecutionCallbackSuccessResponse   0 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/model.py SendDurableExecutionCallbackFailureResponse   0 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/model.py SendDurableExecutionCallbackHeartbeatResponse   0 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/model.py CheckpointDurableExecutionResponse   8 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/model.py Invoker   0 0 3   100%
async-durable-execution/src/async_durable_execution/runner/local/model.py CheckpointToken   6 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/model.py CallbackToken   6 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/model.py (no class)   82 0 14   100%
async-durable-execution/src/async_durable_execution/runner/local/processor.py OperationTransformer   22 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/processor.py CheckpointValidator   78 2 0   97%
async-durable-execution/src/async_durable_execution/runner/local/processor.py (no class)   33 0 3   100%
async-durable-execution/src/async_durable_execution/runner/local/processors/__init__.py (no class)   11 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/processors/base.py OperationProcessor   43 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/processors/base.py (no class)   22 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/processors/callback.py CallbackProcessor   19 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/processors/callback.py (no class)   13 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/processors/context.py ContextProcessor   26 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/processors/context.py (no class)   12 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/processors/execution.py ExecutionProcessor   17 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/processors/execution.py (no class)   11 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/processors/invoke.py ChainedInvokeProcessor   28 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/processors/invoke.py (no class)   15 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/processors/step.py StepProcessor   47 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/processors/step.py (no class)   16 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/processors/wait.py WaitProcessor   24 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/processors/wait.py (no class)   14 0 0   100%
async-durable-execution/src/async_durable_execution/runner/local/scheduler.py Event   18 2 0   89%
async-durable-execution/src/async_durable_execution/runner/local/scheduler.py Scheduler   98 2 0   98%
async-durable-execution/src/async_durable_execution/runner/local/scheduler.py (no class)   29 0 2   100%
async-durable-execution/src/async_durable_execution/runner/local/time_scale.py (no class)   21 5 0   76%
async-durable-execution/src/async_durable_execution/runner/model.py EventType   0 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py GetDurableExecutionResponse   16 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py EventInput   12 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py EventResult   11 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py EventError   13 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py RetryDetails   5 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py ExecutionStartedDetails   10 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py ExecutionSucceededDetails   8 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py ExecutionFailedDetails   8 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py ExecutionTimedOutDetails   8 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py ExecutionStoppedDetails   8 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py ContextStartedDetails   2 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py ContextSucceededDetails   8 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py ContextFailedDetails   8 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py WaitStartedDetails   7 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py WaitSucceededDetails   5 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py WaitCancelledDetails   8 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py StepStartedDetails   2 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py StepSucceededDetails   13 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py StepFailedDetails   13 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py ChainedInvokePendingDetails   10 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py ChainedInvokeStartedDetails   5 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py ChainedInvokeSucceededDetails   8 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py ChainedInvokeFailedDetails   8 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py ChainedInvokeTimedOutDetails   8 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py ChainedInvokeStoppedDetails   8 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py CallbackStartedDetails   9 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py CallbackSucceededDetails   8 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py CallbackFailedDetails   8 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py CallbackTimedOutDetails   8 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py InvocationCompletedDetails   8 1 0   88%
async-durable-execution/src/async_durable_execution/runner/model.py EventCreationContext   10 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py Event   323 5 0   98%
async-durable-execution/src/async_durable_execution/runner/model.py HistoryEventTypeConfig   0 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py GetDurableExecutionHistoryResponse   6 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py _ExecutionResultSource   0 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py DurableFunctionTestResult   59 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py InvokeResponse   0 0 0   100%
async-durable-execution/src/async_durable_execution/runner/model.py (no class)   536 0 2   100%
async-durable-execution/src/async_durable_execution/serdes.py TypeTag   0 0 0   100%
async-durable-execution/src/async_durable_execution/serdes.py EncodedValue   0 0 0   100%
async-durable-execution/src/async_durable_execution/serdes.py Codec   2 0 0   100%
async-durable-execution/src/async_durable_execution/serdes.py PrimitiveCodec   28 0 0   100%
async-durable-execution/src/async_durable_execution/serdes.py BytesCodec   6 0 0   100%
async-durable-execution/src/async_durable_execution/serdes.py UuidCodec   5 0 0   100%
async-durable-execution/src/async_durable_execution/serdes.py DecimalCodec   5 0 0   100%
async-durable-execution/src/async_durable_execution/serdes.py DateTimeCodec   19 0 0   100%
async-durable-execution/src/async_durable_execution/serdes.py ContainerCodec   53 0 0   100%
async-durable-execution/src/async_durable_execution/serdes.py TypeCodec   39 0 0   100%
async-durable-execution/src/async_durable_execution/serdes.py SerDesContext   0 0 0   100%
async-durable-execution/src/async_durable_execution/serdes.py SerDes   7 0 0   100%
async-durable-execution/src/async_durable_execution/serdes.py PassThroughSerDes   2 0 0   100%
async-durable-execution/src/async_durable_execution/serdes.py JsonSerDes   2 0 0   100%
async-durable-execution/src/async_durable_execution/serdes.py ExtendedTypeSerDes   29 0 0   100%
async-durable-execution/src/async_durable_execution/serdes.py (no class)   121 0 2   100%
async-durable-execution/src/async_durable_execution/state.py CheckpointBatcherConfig   0 0 0   100%
async-durable-execution/src/async_durable_execution/state.py QueuedOperation   0 0 0   100%
async-durable-execution/src/async_durable_execution/state.py ExecutionState   211 0 3   100%
async-durable-execution/src/async_durable_execution/state.py (no class)   51 2 3   96%
async-durable-execution/src/async_durable_execution/task.py (no class)   12 0 0   100%
scripts/__init__.py (no class)   0 0 0   100%
scripts/build_examples.py (no class)   26 0 2   100%
scripts/build_layer.py LayerBuildResult   0 0 0   100%
scripts/build_layer.py (no class)   104 5 2   95%
scripts/function_naming.py (no class)   22 0 0   100%
scripts/generate_coverage_badge.py (no class)   54 7 2   87%
scripts/generate_sam_template.py (no class)   116 1 2   99%
scripts/test_handlers.py (no class)   41 0 0   100%
Total     6428 114 142   98%

No items found using the specified filter.