ignore internal things for podcov
Matt S Trout [Tue, 1 Oct 2019 01:53:31 +0000 (01:53 +0000)]
xt/91podcoverage.t

index 52f172b..657f28e 100644 (file)
@@ -25,6 +25,8 @@ my $exceptions = {
     )]},
     'SQL::Abstract::Tree' => { ignore => [qw(BUILDARGS)] },
     'SQL::Abstract::Test' => { skip => 1 },
+    'SQL::Abstract::Formatter' => { skip => 1 },
+    'SQL::Abstract::Parts' => { skip => 1 },
     'DBIx::Class::Storage::Debug::PrettyPrint' => { skip => 1 },
 };