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

neo-project / neo-devpack-dotnet / 11753720086

09 Nov 2024 05:34AM CUT coverage: 74.058% (+0.003%) from 74.055%
11753720086

push

github

web-flow
Fix `Dissasembler` (#1236)

* Fix Dissasembler

* Reduce doble computation

* Update src/Neo.Disassembler.CSharp/Disassembler.cs

Co-authored-by: Hecate2 <2474101468@qq.com>

---------

Co-authored-by: Hecate2 <2474101468@qq.com>

4826 of 7082 branches covered (68.14%)

Branch coverage included in aggregate %.

17 of 17 new or added lines in 1 file covered. (100.0%)

12913 of 16871 relevant lines covered (76.54%)

17626.1 hits per line

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

0.0
/src/Neo.Compiler.CSharp/SecurityAnalyzer/SecurityAnalyzer.cs
1
using Neo.Json;
2
using Neo.SmartContract;
3
using Neo.SmartContract.Manifest;
4

5
namespace Neo.Compiler.SecurityAnalyzer
6
{
7
    public static class SecurityAnalyzer
8
    {
9
        public static void AnalyzeWithPrint(NefFile nef, ContractManifest manifest, JToken? debugInfo = null)
10
        {
×
11
            ReEntrancyAnalyzer.AnalyzeSingleContractReEntrancy(nef, manifest, debugInfo).GetWarningInfo(print: true);
×
12
        }
×
13
    }
14
}
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

© 2025 Coveralls, Inc