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

safe-global / safe-client-gateway / 18104452601

29 Sep 2025 04:50PM UTC coverage: 89.054% (-0.1%) from 89.164%
18104452601

Pull #2712

github

LucieFaire
refactor

Signed-off-by: dsh <11198975+LucieFaire@users.noreply.github.com>
Pull Request #2712: feat: Contract verification analysis

3764 of 4645 branches covered (81.03%)

Branch coverage included in aggregate %.

56 of 81 new or added lines in 8 files covered. (69.14%)

12646 of 13782 relevant lines covered (91.76%)

526.3 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