• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

safe-global / safe-client-gateway / 18131601935

30 Sep 2025 01:29PM UTC coverage: 89.037% (-0.1%) from 89.164%
18131601935

push

github

web-flow
feat: Contract verification analysis (#2712)

3765 of 4649 branches covered (80.99%)

Branch coverage included in aggregate %.

59 of 84 new or added lines in 8 files covered. (70.24%)

12648 of 13785 relevant lines covered (91.75%)

558.12 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/modules/safe-shield/contract-analysis/contract-analysis.module.ts
1
import { Module } from '@nestjs/common';
×
2
import { ContractAnalysisService } from './contract-analysis.service';
×
NEW
3
import { DataDecodedApiModule } from '@/datasources/data-decoder-api/data-decoder-api.module';
×
NEW
4
import { Erc20Decoder } from '@/domain/relay/contracts/decoders/erc-20-decoder.helper';
×
5

6
/**
7
 * Module for contract analysis functionality.
8
 *
9
 * This module provides services for analyzing contract interactions,
10
 * including verification status checks, interaction history, and delegatecall detection.
11
 */
12
@Module({
13
  imports: [DataDecodedApiModule],
14
  providers: [ContractAnalysisService, Erc20Decoder],
15
  exports: [ContractAnalysisService],
16
})
17
export class ContractAnalysisModule {}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc