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

vigna / webgraph-rs / 16989075503

15 Aug 2025 11:30AM UTC coverage: 49.923% (-0.05%) from 49.968%
16989075503

Pull #132

github

web-flow
Merge 87131da39 into dd7049ac5
Pull Request #132: Optimize ArcListGraph::from_iter when the underlying iterator is already truncated

2 of 7 new or added lines in 1 file covered. (28.57%)

1 existing line in 1 file now uncovered.

3886 of 7784 relevant lines covered (49.92%)

23606736.23 hits per line

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

0.0
/cli/src/check/mod.rs
1
/*
2
 * SPDX-FileCopyrightText: 2024 Tommaso Fontana
3
 *
4
 * SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
5
 */
6

7
use anyhow::Result;
8
use clap::Subcommand;
9

10
use super::GlobalArgs;
11

12
pub mod ef;
13

14
#[derive(Subcommand, Debug)]
15
#[command(name = "check")]
16
/// Check coherence of files.
17
pub enum SubCommands {
18
    Ef(ef::CliArgs),
19
}
20

21
pub fn main(global_args: GlobalArgs, subcommand: SubCommands) -> Result<()> {
×
22
    match subcommand {
×
23
        SubCommands::Ef(args) => ef::main(global_args, args),
×
24
    }
25
}
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