fedi-feed-router/backend/coverage-report-progress/dashboard.html

741 lines
130 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dashboard for /var/www/html/backend/app</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="_css/bootstrap.min.css?v=11.0.10" rel="stylesheet" type="text/css">
<link href="_css/nv.d3.min.css?v=11.0.10" rel="stylesheet" type="text/css">
<link href="_css/style.css?v=11.0.10" rel="stylesheet" type="text/css">
<link href="_css/custom.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">/var/www/html/backend/app</a></li>
<li class="breadcrumb-item active">(Dashboard)</li>
</ol>
</nav>
</div>
</div>
</div>
</header>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<h2>Classes</h2>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3>Coverage Distribution</h3>
<div id="classCoverageDistribution" style="height: 300px;">
<svg></svg>
</div>
</div>
<div class="col-md-6">
<h3>Complexity</h3>
<div id="classComplexity" style="height: 300px;">
<svg></svg>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3>Insufficient Coverage</h3>
<div class="scrollbox">
<table class="table">
<thead>
<tr>
<th>Class</th>
<th class="text-right">Coverage</th>
</tr>
</thead>
<tbody>
<tr><td><a href="Console/Commands/FetchNewArticlesCommand.php.html#10">App\Console\Commands\FetchNewArticlesCommand</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Console/Commands/SyncChannelPostsCommand.php.html#8">App\Console\Commands\SyncChannelPostsCommand</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Events/ArticleReadyToPublish.php.html#10">App\Events\ArticleReadyToPublish</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Events/ExceptionLogged.php.html#9">App\Events\ExceptionLogged</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Events/ExceptionOccurred.php.html#10">App\Events\ExceptionOccurred</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Exceptions/PlatformAuthException.php.html#8">App\Exceptions\PlatformAuthException</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Exceptions/PublishException.php.html#10">App\Exceptions\PublishException</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Exceptions/RoutingMismatchException.php.html#8">App\Exceptions\RoutingMismatchException</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/AuthController.php.html#12">App\Http\Controllers\Api\V1\AuthController</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/FeedsController.php.html#13">App\Http\Controllers\Api\V1\FeedsController</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/LogsController.php.html#9">App\Http\Controllers\Api\V1\LogsController</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformAccountsController.php.html#13">App\Http\Controllers\Api\V1\PlatformAccountsController</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformChannelsController.php.html#11">App\Http\Controllers\Api\V1\PlatformChannelsController</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/RoutingController.php.html#13">App\Http\Controllers\Api\V1\RoutingController</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/SettingsController.php.html#10">App\Http\Controllers\Api\V1\SettingsController</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/ArticlesController.php.html#11">App\Http\Controllers\ArticlesController</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/FeedsController.php.html#12">App\Http\Controllers\FeedsController</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/LogsController.php.html#9">App\Http\Controllers\LogsController</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/OnboardingController.php.html#15">App\Http\Controllers\OnboardingController</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/PlatformAccountsController.php.html#13">App\Http\Controllers\PlatformAccountsController</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/PlatformChannelsController.php.html#12">App\Http\Controllers\PlatformChannelsController</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/RoutingController.php.html#15">App\Http\Controllers\RoutingController</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/SettingsController.php.html#10">App\Http\Controllers\SettingsController</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Middleware/HandleAppearance.php.html#10">App\Http\Middleware\HandleAppearance</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Middleware/HandleInertiaRequests.php.html#8">App\Http\Middleware\HandleInertiaRequests</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Requests/StoreFeedRequest.php.html#7">App\Http\Requests\StoreFeedRequest</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Requests/UpdateFeedRequest.php.html#8">App\Http\Requests\UpdateFeedRequest</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Resources/ArticlePublicationResource.php.html#8">App\Http\Resources\ArticlePublicationResource</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Resources/PlatformAccountResource.php.html#8">App\Http\Resources\PlatformAccountResource</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Resources/PlatformChannelResource.php.html#8">App\Http\Resources\PlatformChannelResource</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Resources/PlatformInstanceResource.php.html#8">App\Http\Resources\PlatformInstanceResource</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Resources/RouteResource.php.html#8">App\Http\Resources\RouteResource</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Jobs/ArticleDiscoveryForFeedJob.php.html#11">App\Jobs\ArticleDiscoveryForFeedJob</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Jobs/ArticleDiscoveryJob.php.html#10">App\Jobs\ArticleDiscoveryJob</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Jobs/PublishToLemmyJob.php.html#12">App\Jobs\PublishToLemmyJob</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Jobs/SyncChannelPostsJob.php.html#18">App\Jobs\SyncChannelPostsJob</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Listeners/LogExceptionToDatabase.php.html#8">App\Listeners\LogExceptionToDatabase</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Listeners/PublishApprovedArticle.php.html#9">App\Listeners\PublishApprovedArticle</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Listeners/PublishArticle.php.html#9">App\Listeners\PublishArticle</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Listeners/ValidateArticleListener.php.html#11">App\Listeners\ValidateArticleListener</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/ArticlePublication.php.html#17">App\Models\ArticlePublication</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Feed.php.html#30">App\Models\Feed</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Keyword.php.html#20">App\Models\Keyword</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Language.php.html#11">App\Models\Language</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformAccount.php.html#32">App\Models\PlatformAccount</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformChannel.php.html#22">App\Models\PlatformChannel</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformChannelPost.php.html#12">App\Models\PlatformChannelPost</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformInstance.php.html#21">App\Models\PlatformInstance</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Route.php.html#21">App\Models\Route</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/User.php.html#11">App\Models\User</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Modules/Lemmy/LemmyRequest.php.html#8">App\Modules\Lemmy\LemmyRequest</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Modules/Lemmy/Services/LemmyApiService.php.html#10">App\Modules\Lemmy\Services\LemmyApiService</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Modules/Lemmy/Services/LemmyPublisher.php.html#12">App\Modules\Lemmy\Services\LemmyPublisher</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Article/ArticleFetcher.php.html#14">App\Services\Article\ArticleFetcher</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Article/ValidationService.php.html#7">App\Services\Article\ValidationService</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Auth/LemmyAuthService.php.html#11">App\Services\Auth\LemmyAuthService</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Factories/ArticleParserFactory.php.html#10">App\Services\Factories\ArticleParserFactory</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Factories/HomepageParserFactory.php.html#11">App\Services\Factories\HomepageParserFactory</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Http/HttpFetcher.php.html#8">App\Services\Http\HttpFetcher</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Log/LogSaver.php.html#9">App\Services\Log\LogSaver</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/OnboardingRedirectService.php.html#8">App\Services\OnboardingRedirectService</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/BelgaArticlePageParser.php.html#5">App\Services\Parsers\BelgaArticlePageParser</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/BelgaArticleParser.php.html#7">App\Services\Parsers\BelgaArticleParser</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/BelgaHomepageParser.php.html#5">App\Services\Parsers\BelgaHomepageParser</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/BelgaHomepageParserAdapter.php.html#7">App\Services\Parsers\BelgaHomepageParserAdapter</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/VrtArticlePageParser.php.html#5">App\Services\Parsers\VrtArticlePageParser</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/VrtArticleParser.php.html#7">App\Services\Parsers\VrtArticleParser</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/VrtHomepageParser.php.html#5">App\Services\Parsers\VrtHomepageParser</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/VrtHomepageParserAdapter.php.html#7">App\Services\Parsers\VrtHomepageParserAdapter</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Publishing/ArticlePublishingService.php.html#17">App\Services\Publishing\ArticlePublishingService</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/RoutingValidationService.php.html#10">App\Services\RoutingValidationService</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/SystemStatusService.php.html#10">App\Services\SystemStatusService</a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/BaseController.php.html#8">App\Http\Controllers\Api\V1\BaseController</a></td><td class="text-right">37%</td></tr>
<tr><td><a href="Models/Setting.php.html#7">App\Models\Setting</a></td><td class="text-right">50%</td></tr>
<tr><td><a href="Models/Article.php.html#28">App\Models\Article</a></td><td class="text-right">66%</td></tr>
<tr><td><a href="Providers/HorizonServiceProvider.php.html#9">App\Providers\HorizonServiceProvider</a></td><td class="text-right">75%</td></tr>
<tr><td><a href="Providers/AppServiceProvider.php.html#15">App\Providers\AppServiceProvider</a></td><td class="text-right">82%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/DashboardController.php.html#13">App\Http\Controllers\Api\V1\DashboardController</a></td><td class="text-right">84%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/ArticlesController.php.html#11">App\Http\Controllers\Api\V1\ArticlesController</a></td><td class="text-right">87%</td></tr>
</tbody>
</table>
</div>
</div>
<div class="col-md-6">
<h3>Project Risks</h3>
<div class="scrollbox">
<table class="table">
<thead>
<tr>
<th>Class</th>
<th class="text-right"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></th>
</tr>
</thead>
<tbody>
<tr><td><a href="Http/Controllers/OnboardingController.php.html#15">App\Http\Controllers\OnboardingController</a></td><td class="text-right">506</td></tr>
<tr><td><a href="Modules/Lemmy/Services/LemmyApiService.php.html#10">App\Modules\Lemmy\Services\LemmyApiService</a></td><td class="text-right">462</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/RoutingController.php.html#13">App\Http\Controllers\Api\V1\RoutingController</a></td><td class="text-right">306</td></tr>
<tr><td><a href="Services/Parsers/BelgaArticlePageParser.php.html#5">App\Services\Parsers\BelgaArticlePageParser</a></td><td class="text-right">306</td></tr>
<tr><td><a href="Http/Controllers/RoutingController.php.html#15">App\Http\Controllers\RoutingController</a></td><td class="text-right">240</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformAccountsController.php.html#13">App\Http\Controllers\Api\V1\PlatformAccountsController</a></td><td class="text-right">210</td></tr>
<tr><td><a href="Services/Parsers/VrtArticlePageParser.php.html#5">App\Services\Parsers\VrtArticlePageParser</a></td><td class="text-right">210</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/FeedsController.php.html#13">App\Http\Controllers\Api\V1\FeedsController</a></td><td class="text-right">182</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformChannelsController.php.html#11">App\Http\Controllers\Api\V1\PlatformChannelsController</a></td><td class="text-right">182</td></tr>
<tr><td><a href="Jobs/SyncChannelPostsJob.php.html#18">App\Jobs\SyncChannelPostsJob</a></td><td class="text-right">182</td></tr>
<tr><td><a href="Models/Feed.php.html#30">App\Models\Feed</a></td><td class="text-right">182</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/AuthController.php.html#12">App\Http\Controllers\Api\V1\AuthController</a></td><td class="text-right">132</td></tr>
<tr><td><a href="Services/Article/ArticleFetcher.php.html#14">App\Services\Article\ArticleFetcher</a></td><td class="text-right">132</td></tr>
<tr><td><a href="Http/Controllers/PlatformAccountsController.php.html#13">App\Http\Controllers\PlatformAccountsController</a></td><td class="text-right">110</td></tr>
<tr><td><a href="Http/Controllers/PlatformChannelsController.php.html#12">App\Http\Controllers\PlatformChannelsController</a></td><td class="text-right">110</td></tr>
<tr><td><a href="Models/PlatformAccount.php.html#32">App\Models\PlatformAccount</a></td><td class="text-right">110</td></tr>
<tr><td><a href="Http/Controllers/FeedsController.php.html#12">App\Http\Controllers\FeedsController</a></td><td class="text-right">90</td></tr>
<tr><td><a href="Services/Http/HttpFetcher.php.html#8">App\Services\Http\HttpFetcher</a></td><td class="text-right">90</td></tr>
<tr><td><a href="Services/SystemStatusService.php.html#10">App\Services\SystemStatusService</a></td><td class="text-right">72</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/SettingsController.php.html#10">App\Http\Controllers\Api\V1\SettingsController</a></td><td class="text-right">56</td></tr>
<tr><td><a href="Listeners/ValidateArticleListener.php.html#11">App\Listeners\ValidateArticleListener</a></td><td class="text-right">56</td></tr>
<tr><td><a href="Modules/Lemmy/LemmyRequest.php.html#8">App\Modules\Lemmy\LemmyRequest</a></td><td class="text-right">42</td></tr>
<tr><td><a href="Services/Auth/LemmyAuthService.php.html#11">App\Services\Auth\LemmyAuthService</a></td><td class="text-right">42</td></tr>
<tr><td><a href="Services/Factories/ArticleParserFactory.php.html#10">App\Services\Factories\ArticleParserFactory</a></td><td class="text-right">42</td></tr>
<tr><td><a href="Services/Log/LogSaver.php.html#9">App\Services\Log\LogSaver</a></td><td class="text-right">42</td></tr>
<tr><td><a href="Exceptions/PublishException.php.html#10">App\Exceptions\PublishException</a></td><td class="text-right">30</td></tr>
<tr><td><a href="Services/Article/ValidationService.php.html#7">App\Services\Article\ValidationService</a></td><td class="text-right">30</td></tr>
<tr><td><a href="Services/Factories/HomepageParserFactory.php.html#11">App\Services\Factories\HomepageParserFactory</a></td><td class="text-right">30</td></tr>
<tr><td><a href="Services/Publishing/ArticlePublishingService.php.html#17">App\Services\Publishing\ArticlePublishingService</a></td><td class="text-right">30</td></tr>
<tr><td><a href="Services/RoutingValidationService.php.html#10">App\Services\RoutingValidationService</a></td><td class="text-right">30</td></tr>
<tr><td><a href="Models/Article.php.html#28">App\Models\Article</a></td><td class="text-right">23</td></tr>
<tr><td><a href="Models/Setting.php.html#7">App\Models\Setting</a></td><td class="text-right">22</td></tr>
<tr><td><a href="Listeners/PublishApprovedArticle.php.html#9">App\Listeners\PublishApprovedArticle</a></td><td class="text-right">20</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/BaseController.php.html#8">App\Http\Controllers\Api\V1\BaseController</a></td><td class="text-right">14</td></tr>
<tr><td><a href="Console/Commands/FetchNewArticlesCommand.php.html#10">App\Console\Commands\FetchNewArticlesCommand</a></td><td class="text-right">12</td></tr>
<tr><td><a href="Console/Commands/SyncChannelPostsCommand.php.html#8">App\Console\Commands\SyncChannelPostsCommand</a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/LogsController.php.html#9">App\Http\Controllers\Api\V1\LogsController</a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Controllers/SettingsController.php.html#10">App\Http\Controllers\SettingsController</a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Requests/UpdateFeedRequest.php.html#8">App\Http\Requests\UpdateFeedRequest</a></td><td class="text-right">12</td></tr>
<tr><td><a href="Jobs/ArticleDiscoveryJob.php.html#10">App\Jobs\ArticleDiscoveryJob</a></td><td class="text-right">12</td></tr>
<tr><td><a href="Jobs/PublishToLemmyJob.php.html#12">App\Jobs\PublishToLemmyJob</a></td><td class="text-right">12</td></tr>
<tr><td><a href="Listeners/PublishArticle.php.html#9">App\Listeners\PublishArticle</a></td><td class="text-right">12</td></tr>
<tr><td><a href="Providers/AppServiceProvider.php.html#15">App\Providers\AppServiceProvider</a></td><td class="text-right">6</td></tr>
<tr><td><a href="Services/OnboardingRedirectService.php.html#8">App\Services\OnboardingRedirectService</a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/ArticlesController.php.html#11">App\Http\Controllers\Api\V1\ArticlesController</a></td><td class="text-right">5</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/DashboardController.php.html#13">App\Http\Controllers\Api\V1\DashboardController</a></td><td class="text-right">3</td></tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2>Methods</h2>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3>Coverage Distribution</h3>
<div id="methodCoverageDistribution" style="height: 300px;">
<svg></svg>
</div>
</div>
<div class="col-md-6">
<h3>Complexity</h3>
<div id="methodComplexity" style="height: 300px;">
<svg></svg>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3>Insufficient Coverage</h3>
<div class="scrollbox">
<table class="table">
<thead>
<tr>
<th>Method</th>
<th class="text-right">Coverage</th>
</tr>
</thead>
<tbody>
<tr><td><a href="Console/Commands/FetchNewArticlesCommand.php.html#16"><abbr title="App\Console\Commands\FetchNewArticlesCommand::handle">handle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Console/Commands/SyncChannelPostsCommand.php.html#14"><abbr title="App\Console\Commands\SyncChannelPostsCommand::handle">handle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Console/Commands/SyncChannelPostsCommand.php.html#27"><abbr title="App\Console\Commands\SyncChannelPostsCommand::syncLemmy">syncLemmy</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Events/ArticleReadyToPublish.php.html#14"><abbr title="App\Events\ArticleReadyToPublish::__construct">__construct</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Events/ExceptionLogged.php.html#13"><abbr title="App\Events\ExceptionLogged::__construct">__construct</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Events/ExceptionOccurred.php.html#14"><abbr title="App\Events\ExceptionOccurred::__construct">__construct</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Exceptions/PlatformAuthException.php.html#10"><abbr title="App\Exceptions\PlatformAuthException::__construct">__construct</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Exceptions/PlatformAuthException.php.html#19"><abbr title="App\Exceptions\PlatformAuthException::getPlatform">getPlatform</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Exceptions/PublishException.php.html#12"><abbr title="App\Exceptions\PublishException::__construct">__construct</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Exceptions/PublishException.php.html#30"><abbr title="App\Exceptions\PublishException::getArticle">getArticle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Exceptions/PublishException.php.html#35"><abbr title="App\Exceptions\PublishException::getPlatform">getPlatform</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Exceptions/RoutingMismatchException.php.html#10"><abbr title="App\Exceptions\RoutingMismatchException::__construct">__construct</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/AuthController.php.html#17"><abbr title="App\Http\Controllers\Api\V1\AuthController::login">login</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/AuthController.php.html#52"><abbr title="App\Http\Controllers\Api\V1\AuthController::register">register</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/AuthController.php.html#88"><abbr title="App\Http\Controllers\Api\V1\AuthController::logout">logout</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/AuthController.php.html#102"><abbr title="App\Http\Controllers\Api\V1\AuthController::me">me</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/BaseController.php.html#27"><abbr title="App\Http\Controllers\Api\V1\BaseController::sendError">sendError</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/BaseController.php.html#44"><abbr title="App\Http\Controllers\Api\V1\BaseController::sendValidationError">sendValidationError</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/BaseController.php.html#52"><abbr title="App\Http\Controllers\Api\V1\BaseController::sendNotFound">sendNotFound</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/BaseController.php.html#60"><abbr title="App\Http\Controllers\Api\V1\BaseController::sendUnauthorized">sendUnauthorized</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/FeedsController.php.html#18"><abbr title="App\Http\Controllers\Api\V1\FeedsController::index">index</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/FeedsController.php.html#33"><abbr title="App\Http\Controllers\Api\V1\FeedsController::store">store</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/FeedsController.php.html#56"><abbr title="App\Http\Controllers\Api\V1\FeedsController::show">show</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/FeedsController.php.html#67"><abbr title="App\Http\Controllers\Api\V1\FeedsController::update">update</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/FeedsController.php.html#89"><abbr title="App\Http\Controllers\Api\V1\FeedsController::destroy">destroy</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/FeedsController.php.html#106"><abbr title="App\Http\Controllers\Api\V1\FeedsController::toggle">toggle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/LogsController.php.html#14"><abbr title="App\Http\Controllers\Api\V1\LogsController::index">index</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformAccountsController.php.html#18"><abbr title="App\Http\Controllers\Api\V1\PlatformAccountsController::index">index</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformAccountsController.php.html#34"><abbr title="App\Http\Controllers\Api\V1\PlatformAccountsController::store">store</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformAccountsController.php.html#80"><abbr title="App\Http\Controllers\Api\V1\PlatformAccountsController::show">show</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformAccountsController.php.html#91"><abbr title="App\Http\Controllers\Api\V1\PlatformAccountsController::update">update</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformAccountsController.php.html#122"><abbr title="App\Http\Controllers\Api\V1\PlatformAccountsController::destroy">destroy</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformAccountsController.php.html#139"><abbr title="App\Http\Controllers\Api\V1\PlatformAccountsController::setActive">setActive</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformChannelsController.php.html#16"><abbr title="App\Http\Controllers\Api\V1\PlatformChannelsController::index">index</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformChannelsController.php.html#32"><abbr title="App\Http\Controllers\Api\V1\PlatformChannelsController::store">store</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformChannelsController.php.html#63"><abbr title="App\Http\Controllers\Api\V1\PlatformChannelsController::show">show</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformChannelsController.php.html#74"><abbr title="App\Http\Controllers\Api\V1\PlatformChannelsController::update">update</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformChannelsController.php.html#100"><abbr title="App\Http\Controllers\Api\V1\PlatformChannelsController::destroy">destroy</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformChannelsController.php.html#117"><abbr title="App\Http\Controllers\Api\V1\PlatformChannelsController::toggle">toggle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/RoutingController.php.html#18"><abbr title="App\Http\Controllers\Api\V1\RoutingController::index">index</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/RoutingController.php.html#34"><abbr title="App\Http\Controllers\Api\V1\RoutingController::store">store</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/RoutingController.php.html#64"><abbr title="App\Http\Controllers\Api\V1\RoutingController::show">show</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/RoutingController.php.html#84"><abbr title="App\Http\Controllers\Api\V1\RoutingController::update">update</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/RoutingController.php.html#116"><abbr title="App\Http\Controllers\Api\V1\RoutingController::destroy">destroy</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/RoutingController.php.html#141"><abbr title="App\Http\Controllers\Api\V1\RoutingController::toggle">toggle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/SettingsController.php.html#15"><abbr title="App\Http\Controllers\Api\V1\SettingsController::index">index</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/SettingsController.php.html#32"><abbr title="App\Http\Controllers\Api\V1\SettingsController::update">update</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/ArticlesController.php.html#13"><abbr title="App\Http\Controllers\ArticlesController::__invoke">__invoke</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/ArticlesController.php.html#24"><abbr title="App\Http\Controllers\ArticlesController::approve">approve</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/ArticlesController.php.html#31"><abbr title="App\Http\Controllers\ArticlesController::reject">reject</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/FeedsController.php.html#14"><abbr title="App\Http\Controllers\FeedsController::index">index</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/FeedsController.php.html#23"><abbr title="App\Http\Controllers\FeedsController::create">create</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/FeedsController.php.html#28"><abbr title="App\Http\Controllers\FeedsController::store">store</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/FeedsController.php.html#42"><abbr title="App\Http\Controllers\FeedsController::show">show</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/FeedsController.php.html#47"><abbr title="App\Http\Controllers\FeedsController::edit">edit</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/FeedsController.php.html#52"><abbr title="App\Http\Controllers\FeedsController::update">update</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/FeedsController.php.html#63"><abbr title="App\Http\Controllers\FeedsController::destroy">destroy</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/FeedsController.php.html#71"><abbr title="App\Http\Controllers\FeedsController::toggle">toggle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/LogsController.php.html#11"><abbr title="App\Http\Controllers\LogsController::__invoke">__invoke</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/OnboardingController.php.html#17"><abbr title="App\Http\Controllers\OnboardingController::index">index</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/OnboardingController.php.html#41"><abbr title="App\Http\Controllers\OnboardingController::platform">platform</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/OnboardingController.php.html#50"><abbr title="App\Http\Controllers\OnboardingController::feed">feed</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/OnboardingController.php.html#63"><abbr title="App\Http\Controllers\OnboardingController::channel">channel</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/OnboardingController.php.html#80"><abbr title="App\Http\Controllers\OnboardingController::complete">complete</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/OnboardingController.php.html#95"><abbr title="App\Http\Controllers\OnboardingController::needsOnboarding">needsOnboarding</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/OnboardingController.php.html#100"><abbr title="App\Http\Controllers\OnboardingController::hasPlatformAccount">hasPlatformAccount</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/OnboardingController.php.html#105"><abbr title="App\Http\Controllers\OnboardingController::hasFeed">hasFeed</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/OnboardingController.php.html#110"><abbr title="App\Http\Controllers\OnboardingController::hasChannel">hasChannel</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/PlatformAccountsController.php.html#15"><abbr title="App\Http\Controllers\PlatformAccountsController::index">index</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/PlatformAccountsController.php.html#22"><abbr title="App\Http\Controllers\PlatformAccountsController::create">create</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/PlatformAccountsController.php.html#27"><abbr title="App\Http\Controllers\PlatformAccountsController::store">store</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/PlatformAccountsController.php.html#66"><abbr title="App\Http\Controllers\PlatformAccountsController::edit">edit</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/PlatformAccountsController.php.html#71"><abbr title="App\Http\Controllers\PlatformAccountsController::update">update</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/PlatformAccountsController.php.html#91"><abbr title="App\Http\Controllers\PlatformAccountsController::destroy">destroy</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/PlatformAccountsController.php.html#99"><abbr title="App\Http\Controllers\PlatformAccountsController::setActive">setActive</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/PlatformChannelsController.php.html#14"><abbr title="App\Http\Controllers\PlatformChannelsController::index">index</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/PlatformChannelsController.php.html#24"><abbr title="App\Http\Controllers\PlatformChannelsController::create">create</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/PlatformChannelsController.php.html#33"><abbr title="App\Http\Controllers\PlatformChannelsController::store">store</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/PlatformChannelsController.php.html#64"><abbr title="App\Http\Controllers\PlatformChannelsController::show">show</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/PlatformChannelsController.php.html#71"><abbr title="App\Http\Controllers\PlatformChannelsController::edit">edit</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/PlatformChannelsController.php.html#80"><abbr title="App\Http\Controllers\PlatformChannelsController::update">update</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/PlatformChannelsController.php.html#98"><abbr title="App\Http\Controllers\PlatformChannelsController::destroy">destroy</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/PlatformChannelsController.php.html#106"><abbr title="App\Http\Controllers\PlatformChannelsController::toggle">toggle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/RoutingController.php.html#17"><abbr title="App\Http\Controllers\RoutingController::index">index</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/RoutingController.php.html#32"><abbr title="App\Http\Controllers\RoutingController::create">create</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/RoutingController.php.html#46"><abbr title="App\Http\Controllers\RoutingController::store">store</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/RoutingController.php.html#91"><abbr title="App\Http\Controllers\RoutingController::edit">edit</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/RoutingController.php.html#104"><abbr title="App\Http\Controllers\RoutingController::update">update</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/RoutingController.php.html#125"><abbr title="App\Http\Controllers\RoutingController::destroy">destroy</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/RoutingController.php.html#133"><abbr title="App\Http\Controllers\RoutingController::toggle">toggle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/RoutingController.php.html#159"><abbr title="App\Http\Controllers\RoutingController::parseJsonFilters">parseJsonFilters</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/SettingsController.php.html#12"><abbr title="App\Http\Controllers\SettingsController::index">index</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Controllers/SettingsController.php.html#20"><abbr title="App\Http\Controllers\SettingsController::update">update</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Middleware/HandleAppearance.php.html#17"><abbr title="App\Http\Middleware\HandleAppearance::handle">handle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Middleware/HandleInertiaRequests.php.html#24"><abbr title="App\Http\Middleware\HandleInertiaRequests::version">version</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Middleware/HandleInertiaRequests.php.html#36"><abbr title="App\Http\Middleware\HandleInertiaRequests::share">share</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Requests/StoreFeedRequest.php.html#9"><abbr title="App\Http\Requests\StoreFeedRequest::authorize">authorize</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Requests/StoreFeedRequest.php.html#17"><abbr title="App\Http\Requests\StoreFeedRequest::rules">rules</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Requests/UpdateFeedRequest.php.html#10"><abbr title="App\Http\Requests\UpdateFeedRequest::authorize">authorize</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Requests/UpdateFeedRequest.php.html#18"><abbr title="App\Http\Requests\UpdateFeedRequest::rules">rules</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Resources/ArticlePublicationResource.php.html#15"><abbr title="App\Http\Resources\ArticlePublicationResource::toArray">toArray</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Resources/PlatformAccountResource.php.html#15"><abbr title="App\Http\Resources\PlatformAccountResource::toArray">toArray</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Resources/PlatformChannelResource.php.html#15"><abbr title="App\Http\Resources\PlatformChannelResource::toArray">toArray</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Resources/PlatformInstanceResource.php.html#15"><abbr title="App\Http\Resources\PlatformInstanceResource::toArray">toArray</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Http/Resources/RouteResource.php.html#15"><abbr title="App\Http\Resources\RouteResource::toArray">toArray</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Jobs/ArticleDiscoveryForFeedJob.php.html#17"><abbr title="App\Jobs\ArticleDiscoveryForFeedJob::__construct">__construct</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Jobs/ArticleDiscoveryForFeedJob.php.html#23"><abbr title="App\Jobs\ArticleDiscoveryForFeedJob::handle">handle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Jobs/ArticleDiscoveryForFeedJob.php.html#42"><abbr title="App\Jobs\ArticleDiscoveryForFeedJob::dispatchForAllActiveFeeds">dispatchForAllActiveFeeds</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Jobs/ArticleDiscoveryJob.php.html#14"><abbr title="App\Jobs\ArticleDiscoveryJob::__construct">__construct</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Jobs/ArticleDiscoveryJob.php.html#19"><abbr title="App\Jobs\ArticleDiscoveryJob::handle">handle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Jobs/PublishToLemmyJob.php.html#19"><abbr title="App\Jobs\PublishToLemmyJob::__construct">__construct</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Jobs/PublishToLemmyJob.php.html#25"><abbr title="App\Jobs\PublishToLemmyJob::handle">handle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Jobs/SyncChannelPostsJob.php.html#22"><abbr title="App\Jobs\SyncChannelPostsJob::__construct">__construct</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Jobs/SyncChannelPostsJob.php.html#28"><abbr title="App\Jobs\SyncChannelPostsJob::dispatchForAllActiveChannels">dispatchForAllActiveChannels</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Jobs/SyncChannelPostsJob.php.html#41"><abbr title="App\Jobs\SyncChannelPostsJob::handle">handle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Jobs/SyncChannelPostsJob.php.html#55"><abbr title="App\Jobs\SyncChannelPostsJob::syncLemmyChannelPosts">syncLemmyChannelPosts</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Jobs/SyncChannelPostsJob.php.html#89"><abbr title="App\Jobs\SyncChannelPostsJob::getAuthToken">getAuthToken</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Listeners/LogExceptionToDatabase.php.html#11"><abbr title="App\Listeners\LogExceptionToDatabase::handle">handle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Listeners/PublishApprovedArticle.php.html#13"><abbr title="App\Listeners\PublishApprovedArticle::handle">handle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Listeners/PublishArticle.php.html#16"><abbr title="App\Listeners\PublishArticle::__construct">__construct</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Listeners/PublishArticle.php.html#19"><abbr title="App\Listeners\PublishArticle::handle">handle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Listeners/ValidateArticleListener.php.html#15"><abbr title="App\Listeners\ValidateArticleListener::handle">handle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Article.php.html#64"><abbr title="App\Models\Article::isValid">isValid</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Article.php.html#77"><abbr title="App\Models\Article::isApproved">isApproved</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Article.php.html#82"><abbr title="App\Models\Article::isPending">isPending</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Article.php.html#87"><abbr title="App\Models\Article::isRejected">isRejected</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Article.php.html#113"><abbr title="App\Models\Article::canBePublished">canBePublished</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/ArticlePublication.php.html#40"><abbr title="App\Models\ArticlePublication::article">article</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Feed.php.html#54"><abbr title="App\Models\Feed::getTypeDisplayAttribute">getTypeDisplayAttribute</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Feed.php.html#63"><abbr title="App\Models\Feed::getStatusAttribute">getStatusAttribute</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Feed.php.html#87"><abbr title="App\Models\Feed::channels">channels</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Feed.php.html#98"><abbr title="App\Models\Feed::activeChannels">activeChannels</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Feed.php.html#108"><abbr title="App\Models\Feed::articles">articles</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Feed.php.html#116"><abbr title="App\Models\Feed::language">language</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Keyword.php.html#36"><abbr title="App\Models\Keyword::feed">feed</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Keyword.php.html#44"><abbr title="App\Models\Keyword::platformChannel">platformChannel</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Language.php.html#30"><abbr title="App\Models\Language::platformInstances">platformInstances</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Language.php.html#40"><abbr title="App\Models\Language::platformChannels">platformChannels</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Language.php.html#48"><abbr title="App\Models\Language::feeds">feeds</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformAccount.php.html#60"><abbr title="App\Models\PlatformAccount::password">password</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformAccount.php.html#72"><abbr title="App\Models\PlatformAccount::apiToken">apiToken</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformAccount.php.html#84"><abbr title="App\Models\PlatformAccount::getActive">getActive</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformAccount.php.html#92"><abbr title="App\Models\PlatformAccount::setAsActive">setAsActive</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformAccount.php.html#106"><abbr title="App\Models\PlatformAccount::channels">channels</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformAccount.php.html#116"><abbr title="App\Models\PlatformAccount::activeChannels">activeChannels</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformChannel.php.html#46"><abbr title="App\Models\PlatformChannel::platformInstance">platformInstance</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformChannel.php.html#54"><abbr title="App\Models\PlatformChannel::platformAccounts">platformAccounts</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformChannel.php.html#64"><abbr title="App\Models\PlatformChannel::activePlatformAccounts">activePlatformAccounts</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformChannel.php.html#69"><abbr title="App\Models\PlatformChannel::getFullNameAttribute">getFullNameAttribute</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformChannel.php.html#78"><abbr title="App\Models\PlatformChannel::feeds">feeds</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformChannel.php.html#89"><abbr title="App\Models\PlatformChannel::activeFeeds">activeFeeds</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformChannel.php.html#99"><abbr title="App\Models\PlatformChannel::language">language</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformChannelPost.php.html#27"><abbr title="App\Models\PlatformChannelPost::casts">casts</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformChannelPost.php.html#35"><abbr title="App\Models\PlatformChannelPost::urlExists">urlExists</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformChannelPost.php.html#43"><abbr title="App\Models\PlatformChannelPost::storePost">storePost</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformInstance.php.html#42"><abbr title="App\Models\PlatformInstance::channels">channels</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformInstance.php.html#50"><abbr title="App\Models\PlatformInstance::languages">languages</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/PlatformInstance.php.html#57"><abbr title="App\Models\PlatformInstance::findByUrl">findByUrl</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Route.php.html#46"><abbr title="App\Models\Route::feed">feed</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Route.php.html#54"><abbr title="App\Models\Route::platformChannel">platformChannel</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Route.php.html#62"><abbr title="App\Models\Route::keywords">keywords</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Setting.php.html#18"><abbr title="App\Models\Setting::set">set</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Setting.php.html#30"><abbr title="App\Models\Setting::setBool">setBool</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Setting.php.html#35"><abbr title="App\Models\Setting::isArticleProcessingEnabled">isArticleProcessingEnabled</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Setting.php.html#40"><abbr title="App\Models\Setting::setArticleProcessingEnabled">setArticleProcessingEnabled</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/Setting.php.html#50"><abbr title="App\Models\Setting::setPublishingApprovalsEnabled">setPublishingApprovalsEnabled</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Models/User.php.html#42"><abbr title="App\Models\User::casts">casts</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Modules/Lemmy/LemmyRequest.php.html#13"><abbr title="App\Modules\Lemmy\LemmyRequest::__construct">__construct</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Modules/Lemmy/LemmyRequest.php.html#22"><abbr title="App\Modules\Lemmy\LemmyRequest::get">get</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Modules/Lemmy/LemmyRequest.php.html#38"><abbr title="App\Modules\Lemmy\LemmyRequest::post">post</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Modules/Lemmy/LemmyRequest.php.html#51"><abbr title="App\Modules\Lemmy\LemmyRequest::withToken">withToken</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Modules/Lemmy/Services/LemmyApiService.php.html#14"><abbr title="App\Modules\Lemmy\Services\LemmyApiService::__construct">__construct</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Modules/Lemmy/Services/LemmyApiService.php.html#19"><abbr title="App\Modules\Lemmy\Services\LemmyApiService::login">login</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Modules/Lemmy/Services/LemmyApiService.php.html#44"><abbr title="App\Modules\Lemmy\Services\LemmyApiService::getCommunityId">getCommunityId</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Modules/Lemmy/Services/LemmyApiService.php.html#62"><abbr title="App\Modules\Lemmy\Services\LemmyApiService::syncChannelPosts">syncChannelPosts</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Modules/Lemmy/Services/LemmyApiService.php.html#113"><abbr title="App\Modules\Lemmy\Services\LemmyApiService::createPost">createPost</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Modules/Lemmy/Services/LemmyApiService.php.html#152"><abbr title="App\Modules\Lemmy\Services\LemmyApiService::getLanguages">getLanguages</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Modules/Lemmy/Services/LemmyPublisher.php.html#17"><abbr title="App\Modules\Lemmy\Services\LemmyPublisher::__construct">__construct</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Modules/Lemmy/Services/LemmyPublisher.php.html#29"><abbr title="App\Modules\Lemmy\Services\LemmyPublisher::publishToChannel">publishToChannel</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Providers/AppServiceProvider.php.html#56"><abbr title="App\Providers\AppServiceProvider::mapExceptionToLogLevel">mapExceptionToLogLevel</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Article/ArticleFetcher.php.html#19"><abbr title="App\Services\Article\ArticleFetcher::getArticlesFromFeed">getArticlesFromFeed</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Article/ArticleFetcher.php.html#38"><abbr title="App\Services\Article\ArticleFetcher::getArticlesFromRssFeed">getArticlesFromRssFeed</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Article/ArticleFetcher.php.html#48"><abbr title="App\Services\Article\ArticleFetcher::getArticlesFromWebsiteFeed">getArticlesFromWebsiteFeed</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Article/ArticleFetcher.php.html#83"><abbr title="App\Services\Article\ArticleFetcher::fetchArticleData">fetchArticleData</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Article/ArticleFetcher.php.html#100"><abbr title="App\Services\Article\ArticleFetcher::saveArticle">saveArticle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Article/ValidationService.php.html#9"><abbr title="App\Services\Article\ValidationService::validate">validate</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Article/ValidationService.php.html#39"><abbr title="App\Services\Article\ValidationService::validateByKeywords">validateByKeywords</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Auth/LemmyAuthService.php.html#16"><abbr title="App\Services\Auth\LemmyAuthService::getToken">getToken</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Factories/ArticleParserFactory.php.html#20"><abbr title="App\Services\Factories\ArticleParserFactory::getParser">getParser</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Factories/ArticleParserFactory.php.html#36"><abbr title="App\Services\Factories\ArticleParserFactory::getSupportedSources">getSupportedSources</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Factories/ArticleParserFactory.php.html#47"><abbr title="App\Services\Factories\ArticleParserFactory::registerParser">registerParser</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Factories/HomepageParserFactory.php.html#24"><abbr title="App\Services\Factories\HomepageParserFactory::getParser">getParser</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Factories/HomepageParserFactory.php.html#37"><abbr title="App\Services\Factories\HomepageParserFactory::getParserForFeed">getParserForFeed</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Http/HttpFetcher.php.html#10"><abbr title="App\Services\Http\HttpFetcher::fetchHtml">fetchHtml</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Http/HttpFetcher.php.html#33"><abbr title="App\Services\Http\HttpFetcher::fetchMultipleUrls">fetchMultipleUrls</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Log/LogSaver.php.html#14"><abbr title="App\Services\Log\LogSaver::info">info</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Log/LogSaver.php.html#22"><abbr title="App\Services\Log\LogSaver::error">error</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Log/LogSaver.php.html#30"><abbr title="App\Services\Log\LogSaver::warning">warning</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Log/LogSaver.php.html#38"><abbr title="App\Services\Log\LogSaver::debug">debug</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Log/LogSaver.php.html#46"><abbr title="App\Services\Log\LogSaver::log">log</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/OnboardingRedirectService.php.html#10"><abbr title="App\Services\OnboardingRedirectService::handleRedirect">handleRedirect</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/BelgaArticlePageParser.php.html#7"><abbr title="App\Services\Parsers\BelgaArticlePageParser::extractTitle">extractTitle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/BelgaArticlePageParser.php.html#32"><abbr title="App\Services\Parsers\BelgaArticlePageParser::extractDescription">extractDescription</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/BelgaArticlePageParser.php.html#52"><abbr title="App\Services\Parsers\BelgaArticlePageParser::extractFullArticle">extractFullArticle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/BelgaArticlePageParser.php.html#83"><abbr title="App\Services\Parsers\BelgaArticlePageParser::extractThumbnail">extractThumbnail</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/BelgaArticlePageParser.php.html#101"><abbr title="App\Services\Parsers\BelgaArticlePageParser::extractData">extractData</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/BelgaArticleParser.php.html#9"><abbr title="App\Services\Parsers\BelgaArticleParser::canParse">canParse</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/BelgaArticleParser.php.html#14"><abbr title="App\Services\Parsers\BelgaArticleParser::extractData">extractData</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/BelgaArticleParser.php.html#19"><abbr title="App\Services\Parsers\BelgaArticleParser::getSourceName">getSourceName</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/BelgaHomepageParser.php.html#10"><abbr title="App\Services\Parsers\BelgaHomepageParser::extractArticleUrls">extractArticleUrls</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/BelgaHomepageParserAdapter.php.html#9"><abbr title="App\Services\Parsers\BelgaHomepageParserAdapter::canParse">canParse</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/BelgaHomepageParserAdapter.php.html#14"><abbr title="App\Services\Parsers\BelgaHomepageParserAdapter::extractArticleUrls">extractArticleUrls</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/BelgaHomepageParserAdapter.php.html#19"><abbr title="App\Services\Parsers\BelgaHomepageParserAdapter::getHomepageUrl">getHomepageUrl</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/BelgaHomepageParserAdapter.php.html#24"><abbr title="App\Services\Parsers\BelgaHomepageParserAdapter::getSourceName">getSourceName</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/VrtArticlePageParser.php.html#7"><abbr title="App\Services\Parsers\VrtArticlePageParser::extractTitle">extractTitle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/VrtArticlePageParser.php.html#27"><abbr title="App\Services\Parsers\VrtArticlePageParser::extractDescription">extractDescription</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/VrtArticlePageParser.php.html#42"><abbr title="App\Services\Parsers\VrtArticlePageParser::extractFullArticle">extractFullArticle</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/VrtArticlePageParser.php.html#67"><abbr title="App\Services\Parsers\VrtArticlePageParser::extractThumbnail">extractThumbnail</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/VrtArticlePageParser.php.html#83"><abbr title="App\Services\Parsers\VrtArticlePageParser::extractData">extractData</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/VrtArticleParser.php.html#9"><abbr title="App\Services\Parsers\VrtArticleParser::canParse">canParse</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/VrtArticleParser.php.html#14"><abbr title="App\Services\Parsers\VrtArticleParser::extractData">extractData</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/VrtArticleParser.php.html#19"><abbr title="App\Services\Parsers\VrtArticleParser::getSourceName">getSourceName</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/VrtHomepageParser.php.html#10"><abbr title="App\Services\Parsers\VrtHomepageParser::extractArticleUrls">extractArticleUrls</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/VrtHomepageParserAdapter.php.html#9"><abbr title="App\Services\Parsers\VrtHomepageParserAdapter::canParse">canParse</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/VrtHomepageParserAdapter.php.html#14"><abbr title="App\Services\Parsers\VrtHomepageParserAdapter::extractArticleUrls">extractArticleUrls</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/VrtHomepageParserAdapter.php.html#19"><abbr title="App\Services\Parsers\VrtHomepageParserAdapter::getHomepageUrl">getHomepageUrl</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Parsers/VrtHomepageParserAdapter.php.html#24"><abbr title="App\Services\Parsers\VrtHomepageParserAdapter::getSourceName">getSourceName</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Publishing/ArticlePublishingService.php.html#24"><abbr title="App\Services\Publishing\ArticlePublishingService::publishToRoutedChannels">publishToRoutedChannels</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/Publishing/ArticlePublishingService.php.html#54"><abbr title="App\Services\Publishing\ArticlePublishingService::publishToChannel">publishToChannel</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/RoutingValidationService.php.html#16"><abbr title="App\Services\RoutingValidationService::validateLanguageCompatibility">validateLanguageCompatibility</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/SystemStatusService.php.html#15"><abbr title="App\Services\SystemStatusService::getSystemStatus">getSystemStatus</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Services/SystemStatusService.php.html#48"><abbr title="App\Services\SystemStatusService::canProcessArticles">canProcessArticles</abbr></a></td><td class="text-right">0%</td></tr>
<tr><td><a href="Providers/HorizonServiceProvider.php.html#28"><abbr title="App\Providers\HorizonServiceProvider::gate">gate</abbr></a></td><td class="text-right">66%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/ArticlesController.php.html#44"><abbr title="App\Http\Controllers\Api\V1\ArticlesController::approve">approve</abbr></a></td><td class="text-right">71%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/ArticlesController.php.html#61"><abbr title="App\Http\Controllers\Api\V1\ArticlesController::reject">reject</abbr></a></td><td class="text-right">71%</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/DashboardController.php.html#22"><abbr title="App\Http\Controllers\Api\V1\DashboardController::stats">stats</abbr></a></td><td class="text-right">83%</td></tr>
</tbody>
</table>
</div>
</div>
<div class="col-md-6">
<h3>Project Risks</h3>
<div class="scrollbox">
<table class="table">
<thead>
<tr>
<th>Method</th>
<th class="text-right"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></th>
</tr>
</thead>
<tbody>
<tr><td><a href="Listeners/ValidateArticleListener.php.html#15"><abbr title="App\Listeners\ValidateArticleListener::handle">handle</abbr></a></td><td class="text-right">56</td></tr>
<tr><td><a href="Services/SystemStatusService.php.html#15"><abbr title="App\Services\SystemStatusService::getSystemStatus">getSystemStatus</abbr></a></td><td class="text-right">56</td></tr>
<tr><td><a href="Modules/Lemmy/Services/LemmyApiService.php.html#113"><abbr title="App\Modules\Lemmy\Services\LemmyApiService::createPost">createPost</abbr></a></td><td class="text-right">42</td></tr>
<tr><td><a href="Services/Auth/LemmyAuthService.php.html#16"><abbr title="App\Services\Auth\LemmyAuthService::getToken">getToken</abbr></a></td><td class="text-right">42</td></tr>
<tr><td><a href="Services/Http/HttpFetcher.php.html#33"><abbr title="App\Services\Http\HttpFetcher::fetchMultipleUrls">fetchMultipleUrls</abbr></a></td><td class="text-right">42</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/AuthController.php.html#17"><abbr title="App\Http\Controllers\Api\V1\AuthController::login">login</abbr></a></td><td class="text-right">30</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/SettingsController.php.html#32"><abbr title="App\Http\Controllers\Api\V1\SettingsController::update">update</abbr></a></td><td class="text-right">30</td></tr>
<tr><td><a href="Http/Controllers/OnboardingController.php.html#80"><abbr title="App\Http\Controllers\OnboardingController::complete">complete</abbr></a></td><td class="text-right">30</td></tr>
<tr><td><a href="Jobs/SyncChannelPostsJob.php.html#89"><abbr title="App\Jobs\SyncChannelPostsJob::getAuthToken">getAuthToken</abbr></a></td><td class="text-right">30</td></tr>
<tr><td><a href="Models/Feed.php.html#63"><abbr title="App\Models\Feed::getStatusAttribute">getStatusAttribute</abbr></a></td><td class="text-right">30</td></tr>
<tr><td><a href="Modules/Lemmy/Services/LemmyApiService.php.html#62"><abbr title="App\Modules\Lemmy\Services\LemmyApiService::syncChannelPosts">syncChannelPosts</abbr></a></td><td class="text-right">30</td></tr>
<tr><td><a href="Services/Parsers/BelgaArticlePageParser.php.html#7"><abbr title="App\Services\Parsers\BelgaArticlePageParser::extractTitle">extractTitle</abbr></a></td><td class="text-right">30</td></tr>
<tr><td><a href="Services/RoutingValidationService.php.html#16"><abbr title="App\Services\RoutingValidationService::validateLanguageCompatibility">validateLanguageCompatibility</abbr></a></td><td class="text-right">30</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformAccountsController.php.html#34"><abbr title="App\Http\Controllers\Api\V1\PlatformAccountsController::store">store</abbr></a></td><td class="text-right">20</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformAccountsController.php.html#91"><abbr title="App\Http\Controllers\Api\V1\PlatformAccountsController::update">update</abbr></a></td><td class="text-right">20</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/RoutingController.php.html#84"><abbr title="App\Http\Controllers\Api\V1\RoutingController::update">update</abbr></a></td><td class="text-right">20</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/RoutingController.php.html#141"><abbr title="App\Http\Controllers\Api\V1\RoutingController::toggle">toggle</abbr></a></td><td class="text-right">20</td></tr>
<tr><td><a href="Http/Controllers/OnboardingController.php.html#63"><abbr title="App\Http\Controllers\OnboardingController::channel">channel</abbr></a></td><td class="text-right">20</td></tr>
<tr><td><a href="Jobs/SyncChannelPostsJob.php.html#55"><abbr title="App\Jobs\SyncChannelPostsJob::syncLemmyChannelPosts">syncLemmyChannelPosts</abbr></a></td><td class="text-right">20</td></tr>
<tr><td><a href="Listeners/PublishApprovedArticle.php.html#13"><abbr title="App\Listeners\PublishApprovedArticle::handle">handle</abbr></a></td><td class="text-right">20</td></tr>
<tr><td><a href="Models/Feed.php.html#54"><abbr title="App\Models\Feed::getTypeDisplayAttribute">getTypeDisplayAttribute</abbr></a></td><td class="text-right">20</td></tr>
<tr><td><a href="Providers/AppServiceProvider.php.html#56"><abbr title="App\Providers\AppServiceProvider::mapExceptionToLogLevel">mapExceptionToLogLevel</abbr></a></td><td class="text-right">20</td></tr>
<tr><td><a href="Services/Parsers/BelgaArticlePageParser.php.html#32"><abbr title="App\Services\Parsers\BelgaArticlePageParser::extractDescription">extractDescription</abbr></a></td><td class="text-right">20</td></tr>
<tr><td><a href="Services/Parsers/BelgaArticlePageParser.php.html#52"><abbr title="App\Services\Parsers\BelgaArticlePageParser::extractFullArticle">extractFullArticle</abbr></a></td><td class="text-right">20</td></tr>
<tr><td><a href="Services/Parsers/VrtArticlePageParser.php.html#7"><abbr title="App\Services\Parsers\VrtArticlePageParser::extractTitle">extractTitle</abbr></a></td><td class="text-right">20</td></tr>
<tr><td><a href="Console/Commands/FetchNewArticlesCommand.php.html#16"><abbr title="App\Console\Commands\FetchNewArticlesCommand::handle">handle</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Exceptions/PublishException.php.html#12"><abbr title="App\Exceptions\PublishException::__construct">__construct</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/AuthController.php.html#52"><abbr title="App\Http\Controllers\Api\V1\AuthController::register">register</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/FeedsController.php.html#33"><abbr title="App\Http\Controllers\Api\V1\FeedsController::store">store</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/FeedsController.php.html#67"><abbr title="App\Http\Controllers\Api\V1\FeedsController::update">update</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/FeedsController.php.html#106"><abbr title="App\Http\Controllers\Api\V1\FeedsController::toggle">toggle</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/LogsController.php.html#14"><abbr title="App\Http\Controllers\Api\V1\LogsController::index">index</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformChannelsController.php.html#32"><abbr title="App\Http\Controllers\Api\V1\PlatformChannelsController::store">store</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformChannelsController.php.html#74"><abbr title="App\Http\Controllers\Api\V1\PlatformChannelsController::update">update</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformChannelsController.php.html#117"><abbr title="App\Http\Controllers\Api\V1\PlatformChannelsController::toggle">toggle</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/RoutingController.php.html#34"><abbr title="App\Http\Controllers\Api\V1\RoutingController::store">store</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/RoutingController.php.html#116"><abbr title="App\Http\Controllers\Api\V1\RoutingController::destroy">destroy</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Controllers/OnboardingController.php.html#50"><abbr title="App\Http\Controllers\OnboardingController::feed">feed</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Controllers/OnboardingController.php.html#95"><abbr title="App\Http\Controllers\OnboardingController::needsOnboarding">needsOnboarding</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Controllers/PlatformAccountsController.php.html#27"><abbr title="App\Http\Controllers\PlatformAccountsController::store">store</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Controllers/RoutingController.php.html#46"><abbr title="App\Http\Controllers\RoutingController::store">store</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Controllers/RoutingController.php.html#133"><abbr title="App\Http\Controllers\RoutingController::toggle">toggle</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Http/Controllers/RoutingController.php.html#159"><abbr title="App\Http\Controllers\RoutingController::parseJsonFilters">parseJsonFilters</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Models/Article.php.html#64"><abbr title="App\Models\Article::isValid">isValid</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Models/Article.php.html#113"><abbr title="App\Models\Article::canBePublished">canBePublished</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Models/PlatformAccount.php.html#60"><abbr title="App\Models\PlatformAccount::password">password</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Models/PlatformAccount.php.html#72"><abbr title="App\Models\PlatformAccount::apiToken">apiToken</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Modules/Lemmy/Services/LemmyApiService.php.html#19"><abbr title="App\Modules\Lemmy\Services\LemmyApiService::login">login</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Modules/Lemmy/Services/LemmyApiService.php.html#44"><abbr title="App\Modules\Lemmy\Services\LemmyApiService::getCommunityId">getCommunityId</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Modules/Lemmy/Services/LemmyApiService.php.html#152"><abbr title="App\Modules\Lemmy\Services\LemmyApiService::getLanguages">getLanguages</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Services/Article/ArticleFetcher.php.html#19"><abbr title="App\Services\Article\ArticleFetcher::getArticlesFromFeed">getArticlesFromFeed</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Services/Article/ArticleFetcher.php.html#48"><abbr title="App\Services\Article\ArticleFetcher::getArticlesFromWebsiteFeed">getArticlesFromWebsiteFeed</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Services/Article/ValidationService.php.html#39"><abbr title="App\Services\Article\ValidationService::validateByKeywords">validateByKeywords</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Services/Factories/ArticleParserFactory.php.html#20"><abbr title="App\Services\Factories\ArticleParserFactory::getParser">getParser</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Services/Factories/HomepageParserFactory.php.html#24"><abbr title="App\Services\Factories\HomepageParserFactory::getParser">getParser</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Services/Http/HttpFetcher.php.html#10"><abbr title="App\Services\Http\HttpFetcher::fetchHtml">fetchHtml</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Services/Parsers/BelgaArticlePageParser.php.html#83"><abbr title="App\Services\Parsers\BelgaArticlePageParser::extractThumbnail">extractThumbnail</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Services/Parsers/VrtArticlePageParser.php.html#27"><abbr title="App\Services\Parsers\VrtArticlePageParser::extractDescription">extractDescription</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Services/Parsers/VrtArticlePageParser.php.html#42"><abbr title="App\Services\Parsers\VrtArticlePageParser::extractFullArticle">extractFullArticle</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Services/Parsers/VrtArticlePageParser.php.html#67"><abbr title="App\Services\Parsers\VrtArticlePageParser::extractThumbnail">extractThumbnail</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Services/Publishing/ArticlePublishingService.php.html#24"><abbr title="App\Services\Publishing\ArticlePublishingService::publishToRoutedChannels">publishToRoutedChannels</abbr></a></td><td class="text-right">12</td></tr>
<tr><td><a href="Console/Commands/SyncChannelPostsCommand.php.html#14"><abbr title="App\Console\Commands\SyncChannelPostsCommand::handle">handle</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/AuthController.php.html#88"><abbr title="App\Http\Controllers\Api\V1\AuthController::logout">logout</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/BaseController.php.html#27"><abbr title="App\Http\Controllers\Api\V1\BaseController::sendError">sendError</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/FeedsController.php.html#89"><abbr title="App\Http\Controllers\Api\V1\FeedsController::destroy">destroy</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformAccountsController.php.html#122"><abbr title="App\Http\Controllers\Api\V1\PlatformAccountsController::destroy">destroy</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformAccountsController.php.html#139"><abbr title="App\Http\Controllers\Api\V1\PlatformAccountsController::setActive">setActive</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/PlatformChannelsController.php.html#100"><abbr title="App\Http\Controllers\Api\V1\PlatformChannelsController::destroy">destroy</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/RoutingController.php.html#64"><abbr title="App\Http\Controllers\Api\V1\RoutingController::show">show</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/SettingsController.php.html#15"><abbr title="App\Http\Controllers\Api\V1\SettingsController::index">index</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Controllers/FeedsController.php.html#71"><abbr title="App\Http\Controllers\FeedsController::toggle">toggle</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Controllers/OnboardingController.php.html#17"><abbr title="App\Http\Controllers\OnboardingController::index">index</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Controllers/OnboardingController.php.html#41"><abbr title="App\Http\Controllers\OnboardingController::platform">platform</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Controllers/PlatformAccountsController.php.html#71"><abbr title="App\Http\Controllers\PlatformAccountsController::update">update</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Controllers/PlatformChannelsController.php.html#33"><abbr title="App\Http\Controllers\PlatformChannelsController::store">store</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Controllers/PlatformChannelsController.php.html#106"><abbr title="App\Http\Controllers\PlatformChannelsController::toggle">toggle</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Controllers/RoutingController.php.html#91"><abbr title="App\Http\Controllers\RoutingController::edit">edit</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Controllers/SettingsController.php.html#20"><abbr title="App\Http\Controllers\SettingsController::update">update</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Requests/UpdateFeedRequest.php.html#18"><abbr title="App\Http\Requests\UpdateFeedRequest::rules">rules</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Jobs/ArticleDiscoveryJob.php.html#19"><abbr title="App\Jobs\ArticleDiscoveryJob::handle">handle</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Jobs/PublishToLemmyJob.php.html#25"><abbr title="App\Jobs\PublishToLemmyJob::handle">handle</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Jobs/SyncChannelPostsJob.php.html#41"><abbr title="App\Jobs\SyncChannelPostsJob::handle">handle</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Listeners/PublishArticle.php.html#19"><abbr title="App\Listeners\PublishArticle::handle">handle</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Models/Setting.php.html#30"><abbr title="App\Models\Setting::setBool">setBool</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Modules/Lemmy/LemmyRequest.php.html#22"><abbr title="App\Modules\Lemmy\LemmyRequest::get">get</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Modules/Lemmy/LemmyRequest.php.html#38"><abbr title="App\Modules\Lemmy\LemmyRequest::post">post</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Services/Article/ArticleFetcher.php.html#83"><abbr title="App\Services\Article\ArticleFetcher::fetchArticleData">fetchArticleData</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Services/Article/ArticleFetcher.php.html#100"><abbr title="App\Services\Article\ArticleFetcher::saveArticle">saveArticle</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Services/Article/ValidationService.php.html#9"><abbr title="App\Services\Article\ValidationService::validate">validate</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Services/Factories/ArticleParserFactory.php.html#47"><abbr title="App\Services\Factories\ArticleParserFactory::registerParser">registerParser</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Services/Factories/HomepageParserFactory.php.html#37"><abbr title="App\Services\Factories\HomepageParserFactory::getParserForFeed">getParserForFeed</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Services/Log/LogSaver.php.html#46"><abbr title="App\Services\Log\LogSaver::log">log</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Services/OnboardingRedirectService.php.html#10"><abbr title="App\Services\OnboardingRedirectService::handleRedirect">handleRedirect</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Services/Publishing/ArticlePublishingService.php.html#54"><abbr title="App\Services\Publishing\ArticlePublishingService::publishToChannel">publishToChannel</abbr></a></td><td class="text-right">6</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/ArticlesController.php.html#44"><abbr title="App\Http\Controllers\Api\V1\ArticlesController::approve">approve</abbr></a></td><td class="text-right">2</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/ArticlesController.php.html#61"><abbr title="App\Http\Controllers\Api\V1\ArticlesController::reject">reject</abbr></a></td><td class="text-right">2</td></tr>
<tr><td><a href="Http/Controllers/Api/V1/DashboardController.php.html#22"><abbr title="App\Http\Controllers\Api\V1\DashboardController::stats">stats</abbr></a></td><td class="text-right">2</td></tr>
</tbody>
</table>
</div>
</div>
</div>
<footer>
<hr/>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 11.0.10</a> using <a href="https://www.php.net/" target="_top">PHP 8.4.10</a> and <a href="https://phpunit.de/">PHPUnit 11.5.28</a> at Sun Aug 3 18:50:30 UTC 2025.</small>
</p>
</footer>
</div>
<script src="_js/jquery.min.js?v=11.0.10" type="text/javascript"></script>
<script src="_js/d3.min.js?v=11.0.10" type="text/javascript"></script>
<script src="_js/nv.d3.min.js?v=11.0.10" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
nv.addGraph(function() {
var chart = nv.models.multiBarChart();
chart.tooltips(false)
.showControls(false)
.showLegend(false)
.reduceXTicks(false)
.staggerLabels(true)
.yAxis.tickFormat(d3.format('d'));
d3.select('#classCoverageDistribution svg')
.datum(getCoverageDistributionData([72,0,0,0,1,0,1,1,1,3,1,9], "Class Coverage"))
.transition().duration(500).call(chart);
nv.utils.windowResize(chart.update);
return chart;
});
nv.addGraph(function() {
var chart = nv.models.multiBarChart();
chart.tooltips(false)
.showControls(false)
.showLegend(false)
.reduceXTicks(false)
.staggerLabels(true)
.yAxis.tickFormat(d3.format('d'));
d3.select('#methodCoverageDistribution svg')
.datum(getCoverageDistributionData([232,0,0,0,0,0,0,1,2,1,2,22], "Method Coverage"))
.transition().duration(500).call(chart);
nv.utils.windowResize(chart.update);
return chart;
});
function getCoverageDistributionData(data, label) {
var labels = [
'0%',
'0-10%',
'10-20%',
'20-30%',
'30-40%',
'40-50%',
'50-60%',
'60-70%',
'70-80%',
'80-90%',
'90-100%',
'100%'
];
var values = [];
$.each(labels, function(key) {
values.push({x: labels[key], y: data[key]});
});
return [
{
key: label,
values: values,
color: "#4572A7"
}
];
}
nv.addGraph(function() {
var chart = nv.models.scatterChart()
.showDistX(true)
.showDistY(true)
.showLegend(false)
.forceX([0, 100]);
chart.tooltipContent(function(graph) {
return '<p>' + graph.point.class + '</p>';
});
chart.xAxis.axisLabel('Code Coverage (in percent)');
chart.yAxis.axisLabel('Cyclomatic Complexity');
d3.select('#classComplexity svg')
.datum(getComplexityData([[0,3,"<a href=\"Console\/Commands\/FetchNewArticlesCommand.php.html#10\">App\\Console\\Commands\\FetchNewArticlesCommand<\/a>"],[0,3,"<a href=\"Console\/Commands\/SyncChannelPostsCommand.php.html#8\">App\\Console\\Commands\\SyncChannelPostsCommand<\/a>"],[100,1,"<a href=\"Events\/ArticleApproved.php.html#9\">App\\Events\\ArticleApproved<\/a>"],[0,1,"<a href=\"Events\/ArticleReadyToPublish.php.html#10\">App\\Events\\ArticleReadyToPublish<\/a>"],[0,1,"<a href=\"Events\/ExceptionLogged.php.html#9\">App\\Events\\ExceptionLogged<\/a>"],[0,1,"<a href=\"Events\/ExceptionOccurred.php.html#10\">App\\Events\\ExceptionOccurred<\/a>"],[100,1,"<a href=\"Events\/NewArticleFetched.php.html#10\">App\\Events\\NewArticleFetched<\/a>"],[100,0,"<a href=\"Exceptions\/ChannelException.php.html#7\">App\\Exceptions\\ChannelException<\/a>"],[0,2,"<a href=\"Exceptions\/PlatformAuthException.php.html#8\">App\\Exceptions\\PlatformAuthException<\/a>"],[0,5,"<a href=\"Exceptions\/PublishException.php.html#10\">App\\Exceptions\\PublishException<\/a>"],[100,0,"<a href=\"Exceptions\/RoutingException.php.html#7\">App\\Exceptions\\RoutingException<\/a>"],[0,1,"<a href=\"Exceptions\/RoutingMismatchException.php.html#8\">App\\Exceptions\\RoutingMismatchException<\/a>"],[87.87878787878788,5,"<a href=\"Http\/Controllers\/Api\/V1\/ArticlesController.php.html#11\">App\\Http\\Controllers\\Api\\V1\\ArticlesController<\/a>"],[0,11,"<a href=\"Http\/Controllers\/Api\/V1\/AuthController.php.html#12\">App\\Http\\Controllers\\Api\\V1\\AuthController<\/a>"],[37.5,6,"<a href=\"Http\/Controllers\/Api\/V1\/BaseController.php.html#8\">App\\Http\\Controllers\\Api\\V1\\BaseController<\/a>"],[84.61538461538461,3,"<a href=\"Http\/Controllers\/Api\/V1\/DashboardController.php.html#13\">App\\Http\\Controllers\\Api\\V1\\DashboardController<\/a>"],[0,13,"<a href=\"Http\/Controllers\/Api\/V1\/FeedsController.php.html#13\">App\\Http\\Controllers\\Api\\V1\\FeedsController<\/a>"],[0,3,"<a href=\"Http\/Controllers\/Api\/V1\/LogsController.php.html#9\">App\\Http\\Controllers\\Api\\V1\\LogsController<\/a>"],[0,14,"<a href=\"Http\/Controllers\/Api\/V1\/PlatformAccountsController.php.html#13\">App\\Http\\Controllers\\Api\\V1\\PlatformAccountsController<\/a>"],[0,13,"<a href=\"Http\/Controllers\/Api\/V1\/PlatformChannelsController.php.html#11\">App\\Http\\Controllers\\Api\\V1\\PlatformChannelsController<\/a>"],[0,17,"<a href=\"Http\/Controllers\/Api\/V1\/RoutingController.php.html#13\">App\\Http\\Controllers\\Api\\V1\\RoutingController<\/a>"],[0,7,"<a href=\"Http\/Controllers\/Api\/V1\/SettingsController.php.html#10\">App\\Http\\Controllers\\Api\\V1\\SettingsController<\/a>"],[0,3,"<a href=\"Http\/Controllers\/ArticlesController.php.html#11\">App\\Http\\Controllers\\ArticlesController<\/a>"],[100,0,"<a href=\"Http\/Controllers\/Controller.php.html#5\">App\\Http\\Controllers\\Controller<\/a>"],[0,9,"<a href=\"Http\/Controllers\/FeedsController.php.html#12\">App\\Http\\Controllers\\FeedsController<\/a>"],[0,1,"<a href=\"Http\/Controllers\/LogsController.php.html#9\">App\\Http\\Controllers\\LogsController<\/a>"],[0,22,"<a href=\"Http\/Controllers\/OnboardingController.php.html#15\">App\\Http\\Controllers\\OnboardingController<\/a>"],[0,10,"<a href=\"Http\/Controllers\/PlatformAccountsController.php.html#13\">App\\Http\\Controllers\\PlatformAccountsController<\/a>"],[0,10,"<a href=\"Http\/Controllers\/PlatformChannelsController.php.html#12\">App\\Http\\Controllers\\PlatformChannelsController<\/a>"],[0,15,"<a href=\"Http\/Controllers\/RoutingController.php.html#15\">App\\Http\\Controllers\\RoutingController<\/a>"],[0,3,"<a href=\"Http\/Controllers\/SettingsController.php.html#10\">App\\Http\\Controllers\\SettingsController<\/a>"],[0,1,"<a href=\"Http\/Middleware\/HandleAppearance.php.html#10\">App\\Http\\Middleware\\HandleAppearance<\/a>"],[0,2,"<a href=\"Http\/Middleware\/HandleInertiaRequests.php.html#8\">App\\Http\\Middleware\\HandleInertiaRequests<\/a>"],[0,2,"<a href=\"Http\/Requests\/StoreFeedRequest.php.html#7\">App\\Http\\Requests\\StoreFeedRequest<\/a>"],[0,3,"<a href=\"Http\/Requests\/UpdateFeedRequest.php.html#8\">App\\Http\\Requests\\UpdateFeedRequest<\/a>"],[0,1,"<a href=\"Http\/Resources\/ArticlePublicationResource.php.html#8\">App\\Http\\Resources\\ArticlePublicationResource<\/a>"],[100,1,"<a href=\"Http\/Resources\/ArticleResource.php.html#8\">App\\Http\\Resources\\ArticleResource<\/a>"],[92.3076923076923,1,"<a href=\"Http\/Resources\/FeedResource.php.html#8\">App\\Http\\Resources\\FeedResource<\/a>"],[0,1,"<a href=\"Http\/Resources\/PlatformAccountResource.php.html#8\">App\\Http\\Resources\\PlatformAccountResource<\/a>"],[0,1,"<a href=\"Http\/Resources\/PlatformChannelResource.php.html#8\">App\\Http\\Resources\\PlatformChannelResource<\/a>"],[0,1,"<a href=\"Http\/Resources\/PlatformInstanceResource.php.html#8\">App\\Http\\Resources\\PlatformInstanceResource<\/a>"],[0,1,"<a href=\"Http\/Resources\/RouteResource.php.html#8\">App\\Http\\Resources\\RouteResource<\/a>"],[0,3,"<a href=\"Jobs\/ArticleDiscoveryForFeedJob.php.html#11\">App\\Jobs\\ArticleDiscoveryForFeedJob<\/a>"],[0,3,"<a href=\"Jobs\/ArticleDiscoveryJob.php.html#10\">App\\Jobs\\ArticleDiscoveryJob<\/a>"],[0,3,"<a href=\"Jobs\/PublishToLemmyJob.php.html#12\">App\\Jobs\\PublishToLemmyJob<\/a>"],[0,13,"<a href=\"Jobs\/SyncChannelPostsJob.php.html#18\">App\\Jobs\\SyncChannelPostsJob<\/a>"],[0,1,"<a href=\"Listeners\/LogExceptionToDatabase.php.html#8\">App\\Listeners\\LogExceptionToDatabase<\/a>"],[0,4,"<a href=\"Listeners\/PublishApprovedArticle.php.html#9\">App\\Listeners\\PublishApprovedArticle<\/a>"],[0,3,"<a href=\"Listeners\/PublishArticle.php.html#9\">App\\Listeners\\PublishArticle<\/a>"],[0,7,"<a href=\"Listeners\/ValidateArticleListener.php.html#11\">App\\Listeners\\ValidateArticleListener<\/a>"],[66.66666666666666,15,"<a href=\"Models\/Article.php.html#28\">App\\Models\\Article<\/a>"],[0,1,"<a href=\"Models\/ArticlePublication.php.html#17\">App\\Models\\ArticlePublication<\/a>"],[0,13,"<a href=\"Models\/Feed.php.html#30\">App\\Models\\Feed<\/a>"],[0,2,"<a href=\"Models\/Keyword.php.html#20\">App\\Models\\Keyword<\/a>"],[0,3,"<a href=\"Models\/Language.php.html#11\">App\\Models\\Language<\/a>"],[100,0,"<a href=\"Models\/Log.php.html#18\">App\\Models\\Log<\/a>"],[0,10,"<a href=\"Models\/PlatformAccount.php.html#32\">App\\Models\\PlatformAccount<\/a>"],[0,7,"<a href=\"Models\/PlatformChannel.php.html#22\">App\\Models\\PlatformChannel<\/a>"],[0,3,"<a href=\"Models\/PlatformChannelPost.php.html#12\">App\\Models\\PlatformChannelPost<\/a>"],[0,3,"<a href=\"Models\/PlatformInstance.php.html#21\">App\\Models\\PlatformInstance<\/a>"],[0,3,"<a href=\"Models\/Route.php.html#21\">App\\Models\\Route<\/a>"],[50,10,"<a href=\"Models\/Setting.php.html#7\">App\\Models\\Setting<\/a>"],[0,1,"<a href=\"Models\/User.php.html#11\">App\\Models\\User<\/a>"],[0,6,"<a href=\"Modules\/Lemmy\/LemmyRequest.php.html#8\">App\\Modules\\Lemmy\\LemmyRequest<\/a>"],[0,21,"<a href=\"Modules\/Lemmy\/Services\/LemmyApiService.php.html#10\">App\\Modules\\Lemmy\\Services\\LemmyApiService<\/a>"],[0,2,"<a href=\"Modules\/Lemmy\/Services\/LemmyPublisher.php.html#12\">App\\Modules\\Lemmy\\Services\\LemmyPublisher<\/a>"],[82.75862068965517,6,"<a href=\"Providers\/AppServiceProvider.php.html#15\">App\\Providers\\AppServiceProvider<\/a>"],[75,2,"<a href=\"Providers\/HorizonServiceProvider.php.html#9\">App\\Providers\\HorizonServiceProvider<\/a>"],[0,11,"<a href=\"Services\/Article\/ArticleFetcher.php.html#14\">App\\Services\\Article\\ArticleFetcher<\/a>"],[0,5,"<a href=\"Services\/Article\/ValidationService.php.html#7\">App\\Services\\Article\\ValidationService<\/a>"],[0,6,"<a href=\"Services\/Auth\/LemmyAuthService.php.html#11\">App\\Services\\Auth\\LemmyAuthService<\/a>"],[100,13,"<a href=\"Services\/DashboardStatsService.php.html#9\">App\\Services\\DashboardStatsService<\/a>"],[0,6,"<a href=\"Services\/Factories\/ArticleParserFactory.php.html#10\">App\\Services\\Factories\\ArticleParserFactory<\/a>"],[0,5,"<a href=\"Services\/Factories\/HomepageParserFactory.php.html#11\">App\\Services\\Factories\\HomepageParserFactory<\/a>"],[0,9,"<a href=\"Services\/Http\/HttpFetcher.php.html#8\">App\\Services\\Http\\HttpFetcher<\/a>"],[0,6,"<a href=\"Services\/Log\/LogSaver.php.html#9\">App\\Services\\Log\\LogSaver<\/a>"],[0,2,"<a href=\"Services\/OnboardingRedirectService.php.html#8\">App\\Services\\OnboardingRedirectService<\/a>"],[0,17,"<a href=\"Services\/Parsers\/BelgaArticlePageParser.php.html#5\">App\\Services\\Parsers\\BelgaArticlePageParser<\/a>"],[0,3,"<a href=\"Services\/Parsers\/BelgaArticleParser.php.html#7\">App\\Services\\Parsers\\BelgaArticleParser<\/a>"],[0,1,"<a href=\"Services\/Parsers\/BelgaHomepageParser.php.html#5\">App\\Services\\Parsers\\BelgaHomepageParser<\/a>"],[0,4,"<a href=\"Services\/Parsers\/BelgaHomepageParserAdapter.php.html#7\">App\\Services\\Parsers\\BelgaHomepageParserAdapter<\/a>"],[0,14,"<a href=\"Services\/Parsers\/VrtArticlePageParser.php.html#5\">App\\Services\\Parsers\\VrtArticlePageParser<\/a>"],[0,3,"<a href=\"Services\/Parsers\/VrtArticleParser.php.html#7\">App\\Services\\Parsers\\VrtArticleParser<\/a>"],[0,1,"<a href=\"Services\/Parsers\/VrtHomepageParser.php.html#5\">App\\Services\\Parsers\\VrtHomepageParser<\/a>"],[0,4,"<a href=\"Services\/Parsers\/VrtHomepageParserAdapter.php.html#7\">App\\Services\\Parsers\\VrtHomepageParserAdapter<\/a>"],[0,5,"<a href=\"Services\/Publishing\/ArticlePublishingService.php.html#17\">App\\Services\\Publishing\\ArticlePublishingService<\/a>"],[0,5,"<a href=\"Services\/RoutingValidationService.php.html#10\">App\\Services\\RoutingValidationService<\/a>"],[0,8,"<a href=\"Services\/SystemStatusService.php.html#10\">App\\Services\\SystemStatusService<\/a>"],[100,1,"<a href=\"LogLevelEnum.php.html#5\">App\\LogLevelEnum<\/a>"]], 'Class Complexity'))
.transition()
.duration(500)
.call(chart);
nv.utils.windowResize(chart.update);
return chart;
});
nv.addGraph(function() {
var chart = nv.models.scatterChart()
.showDistX(true)
.showDistY(true)
.showLegend(false)
.forceX([0, 100]);
chart.tooltipContent(function(graph) {
return '<p>' + graph.point.class + '</p>';
});
chart.xAxis.axisLabel('Code Coverage (in percent)');
chart.yAxis.axisLabel('Method Complexity');
d3.select('#methodComplexity svg')
.datum(getComplexityData([[0,3,"<a href=\"Console\/Commands\/FetchNewArticlesCommand.php.html#16\">App\\Console\\Commands\\FetchNewArticlesCommand::handle<\/a>"],[0,2,"<a href=\"Console\/Commands\/SyncChannelPostsCommand.php.html#14\">App\\Console\\Commands\\SyncChannelPostsCommand::handle<\/a>"],[0,1,"<a href=\"Console\/Commands\/SyncChannelPostsCommand.php.html#27\">App\\Console\\Commands\\SyncChannelPostsCommand::syncLemmy<\/a>"],[100,1,"<a href=\"Events\/ArticleApproved.php.html#13\">App\\Events\\ArticleApproved::__construct<\/a>"],[0,1,"<a href=\"Events\/ArticleReadyToPublish.php.html#14\">App\\Events\\ArticleReadyToPublish::__construct<\/a>"],[0,1,"<a href=\"Events\/ExceptionLogged.php.html#13\">App\\Events\\ExceptionLogged::__construct<\/a>"],[0,1,"<a href=\"Events\/ExceptionOccurred.php.html#14\">App\\Events\\ExceptionOccurred::__construct<\/a>"],[100,1,"<a href=\"Events\/NewArticleFetched.php.html#14\">App\\Events\\NewArticleFetched::__construct<\/a>"],[0,1,"<a href=\"Exceptions\/PlatformAuthException.php.html#10\">App\\Exceptions\\PlatformAuthException::__construct<\/a>"],[0,1,"<a href=\"Exceptions\/PlatformAuthException.php.html#19\">App\\Exceptions\\PlatformAuthException::getPlatform<\/a>"],[0,3,"<a href=\"Exceptions\/PublishException.php.html#12\">App\\Exceptions\\PublishException::__construct<\/a>"],[0,1,"<a href=\"Exceptions\/PublishException.php.html#30\">App\\Exceptions\\PublishException::getArticle<\/a>"],[0,1,"<a href=\"Exceptions\/PublishException.php.html#35\">App\\Exceptions\\PublishException::getPlatform<\/a>"],[0,1,"<a href=\"Exceptions\/RoutingMismatchException.php.html#10\">App\\Exceptions\\RoutingMismatchException::__construct<\/a>"],[100,1,"<a href=\"Http\/Controllers\/Api\/V1\/ArticlesController.php.html#16\">App\\Http\\Controllers\\Api\\V1\\ArticlesController::index<\/a>"],[71.42857142857143,2,"<a href=\"Http\/Controllers\/Api\/V1\/ArticlesController.php.html#44\">App\\Http\\Controllers\\Api\\V1\\ArticlesController::approve<\/a>"],[71.42857142857143,2,"<a href=\"Http\/Controllers\/Api\/V1\/ArticlesController.php.html#61\">App\\Http\\Controllers\\Api\\V1\\ArticlesController::reject<\/a>"],[0,5,"<a href=\"Http\/Controllers\/Api\/V1\/AuthController.php.html#17\">App\\Http\\Controllers\\Api\\V1\\AuthController::login<\/a>"],[0,3,"<a href=\"Http\/Controllers\/Api\/V1\/AuthController.php.html#52\">App\\Http\\Controllers\\Api\\V1\\AuthController::register<\/a>"],[0,2,"<a href=\"Http\/Controllers\/Api\/V1\/AuthController.php.html#88\">App\\Http\\Controllers\\Api\\V1\\AuthController::logout<\/a>"],[0,1,"<a href=\"Http\/Controllers\/Api\/V1\/AuthController.php.html#102\">App\\Http\\Controllers\\Api\\V1\\AuthController::me<\/a>"],[100,1,"<a href=\"Http\/Controllers\/Api\/V1\/BaseController.php.html#13\">App\\Http\\Controllers\\Api\\V1\\BaseController::sendResponse<\/a>"],[0,2,"<a href=\"Http\/Controllers\/Api\/V1\/BaseController.php.html#27\">App\\Http\\Controllers\\Api\\V1\\BaseController::sendError<\/a>"],[0,1,"<a href=\"Http\/Controllers\/Api\/V1\/BaseController.php.html#44\">App\\Http\\Controllers\\Api\\V1\\BaseController::sendValidationError<\/a>"],[0,1,"<a href=\"Http\/Controllers\/Api\/V1\/BaseController.php.html#52\">App\\Http\\Controllers\\Api\\V1\\BaseController::sendNotFound<\/a>"],[0,1,"<a href=\"Http\/Controllers\/Api\/V1\/BaseController.php.html#60\">App\\Http\\Controllers\\Api\\V1\\BaseController::sendUnauthorized<\/a>"],[100,1,"<a href=\"Http\/Controllers\/Api\/V1\/DashboardController.php.html#15\">App\\Http\\Controllers\\Api\\V1\\DashboardController::__construct<\/a>"],[83.33333333333334,2,"<a href=\"Http\/Controllers\/Api\/V1\/DashboardController.php.html#22\">App\\Http\\Controllers\\Api\\V1\\DashboardController::stats<\/a>"],[0,1,"<a href=\"Http\/Controllers\/Api\/V1\/FeedsController.php.html#18\">App\\Http\\Controllers\\Api\\V1\\FeedsController::index<\/a>"],[0,3,"<a href=\"Http\/Controllers\/Api\/V1\/FeedsController.php.html#33\">App\\Http\\Controllers\\Api\\V1\\FeedsController::store<\/a>"],[0,1,"<a href=\"Http\/Controllers\/Api\/V1\/FeedsController.php.html#56\">App\\Http\\Controllers\\Api\\V1\\FeedsController::show<\/a>"],[0,3,"<a href=\"Http\/Controllers\/Api\/V1\/FeedsController.php.html#67\">App\\Http\\Controllers\\Api\\V1\\FeedsController::update<\/a>"],[0,2,"<a href=\"Http\/Controllers\/Api\/V1\/FeedsController.php.html#89\">App\\Http\\Controllers\\Api\\V1\\FeedsController::destroy<\/a>"],[0,3,"<a href=\"Http\/Controllers\/Api\/V1\/FeedsController.php.html#106\">App\\Http\\Controllers\\Api\\V1\\FeedsController::toggle<\/a>"],[0,3,"<a href=\"Http\/Controllers\/Api\/V1\/LogsController.php.html#14\">App\\Http\\Controllers\\Api\\V1\\LogsController::index<\/a>"],[0,1,"<a href=\"Http\/Controllers\/Api\/V1\/PlatformAccountsController.php.html#18\">App\\Http\\Controllers\\Api\\V1\\PlatformAccountsController::index<\/a>"],[0,4,"<a href=\"Http\/Controllers\/Api\/V1\/PlatformAccountsController.php.html#34\">App\\Http\\Controllers\\Api\\V1\\PlatformAccountsController::store<\/a>"],[0,1,"<a href=\"Http\/Controllers\/Api\/V1\/PlatformAccountsController.php.html#80\">App\\Http\\Controllers\\Api\\V1\\PlatformAccountsController::show<\/a>"],[0,4,"<a href=\"Http\/Controllers\/Api\/V1\/PlatformAccountsController.php.html#91\">App\\Http\\Controllers\\Api\\V1\\PlatformAccountsController::update<\/a>"],[0,2,"<a href=\"Http\/Controllers\/Api\/V1\/PlatformAccountsController.php.html#122\">App\\Http\\Controllers\\Api\\V1\\PlatformAccountsController::destroy<\/a>"],[0,2,"<a href=\"Http\/Controllers\/Api\/V1\/PlatformAccountsController.php.html#139\">App\\Http\\Controllers\\Api\\V1\\PlatformAccountsController::setActive<\/a>"],[0,1,"<a href=\"Http\/Controllers\/Api\/V1\/PlatformChannelsController.php.html#16\">App\\Http\\Controllers\\Api\\V1\\PlatformChannelsController::index<\/a>"],[0,3,"<a href=\"Http\/Controllers\/Api\/V1\/PlatformChannelsController.php.html#32\">App\\Http\\Controllers\\Api\\V1\\PlatformChannelsController::store<\/a>"],[0,1,"<a href=\"Http\/Controllers\/Api\/V1\/PlatformChannelsController.php.html#63\">App\\Http\\Controllers\\Api\\V1\\PlatformChannelsController::show<\/a>"],[0,3,"<a href=\"Http\/Controllers\/Api\/V1\/PlatformChannelsController.php.html#74\">App\\Http\\Controllers\\Api\\V1\\PlatformChannelsController::update<\/a>"],[0,2,"<a href=\"Http\/Controllers\/Api\/V1\/PlatformChannelsController.php.html#100\">App\\Http\\Controllers\\Api\\V1\\PlatformChannelsController::destroy<\/a>"],[0,3,"<a href=\"Http\/Controllers\/Api\/V1\/PlatformChannelsController.php.html#117\">App\\Http\\Controllers\\Api\\V1\\PlatformChannelsController::toggle<\/a>"],[0,1,"<a href=\"Http\/Controllers\/Api\/V1\/RoutingController.php.html#18\">App\\Http\\Controllers\\Api\\V1\\RoutingController::index<\/a>"],[0,3,"<a href=\"Http\/Controllers\/Api\/V1\/RoutingController.php.html#34\">App\\Http\\Controllers\\Api\\V1\\RoutingController::store<\/a>"],[0,2,"<a href=\"Http\/Controllers\/Api\/V1\/RoutingController.php.html#64\">App\\Http\\Controllers\\Api\\V1\\RoutingController::show<\/a>"],[0,4,"<a href=\"Http\/Controllers\/Api\/V1\/RoutingController.php.html#84\">App\\Http\\Controllers\\Api\\V1\\RoutingController::update<\/a>"],[0,3,"<a href=\"Http\/Controllers\/Api\/V1\/RoutingController.php.html#116\">App\\Http\\Controllers\\Api\\V1\\RoutingController::destroy<\/a>"],[0,4,"<a href=\"Http\/Controllers\/Api\/V1\/RoutingController.php.html#141\">App\\Http\\Controllers\\Api\\V1\\RoutingController::toggle<\/a>"],[0,2,"<a href=\"Http\/Controllers\/Api\/V1\/SettingsController.php.html#15\">App\\Http\\Controllers\\Api\\V1\\SettingsController::index<\/a>"],[0,5,"<a href=\"Http\/Controllers\/Api\/V1\/SettingsController.php.html#32\">App\\Http\\Controllers\\Api\\V1\\SettingsController::update<\/a>"],[0,1,"<a href=\"Http\/Controllers\/ArticlesController.php.html#13\">App\\Http\\Controllers\\ArticlesController::__invoke<\/a>"],[0,1,"<a href=\"Http\/Controllers\/ArticlesController.php.html#24\">App\\Http\\Controllers\\ArticlesController::approve<\/a>"],[0,1,"<a href=\"Http\/Controllers\/ArticlesController.php.html#31\">App\\Http\\Controllers\\ArticlesController::reject<\/a>"],[0,1,"<a href=\"Http\/Controllers\/FeedsController.php.html#14\">App\\Http\\Controllers\\FeedsController::index<\/a>"],[0,1,"<a href=\"Http\/Controllers\/FeedsController.php.html#23\">App\\Http\\Controllers\\FeedsController::create<\/a>"],[0,1,"<a href=\"Http\/Controllers\/FeedsController.php.html#28\">App\\Http\\Controllers\\FeedsController::store<\/a>"],[0,1,"<a href=\"Http\/Controllers\/FeedsController.php.html#42\">App\\Http\\Controllers\\FeedsController::show<\/a>"],[0,1,"<a href=\"Http\/Controllers\/FeedsController.php.html#47\">App\\Http\\Controllers\\FeedsController::edit<\/a>"],[0,1,"<a href=\"Http\/Controllers\/FeedsController.php.html#52\">App\\Http\\Controllers\\FeedsController::update<\/a>"],[0,1,"<a href=\"Http\/Controllers\/FeedsController.php.html#63\">App\\Http\\Controllers\\FeedsController::destroy<\/a>"],[0,2,"<a href=\"Http\/Controllers\/FeedsController.php.html#71\">App\\Http\\Controllers\\FeedsController::toggle<\/a>"],[0,1,"<a href=\"Http\/Controllers\/LogsController.php.html#11\">App\\Http\\Controllers\\LogsController::__invoke<\/a>"],[0,2,"<a href=\"Http\/Controllers\/OnboardingController.php.html#17\">App\\Http\\Controllers\\OnboardingController::index<\/a>"],[0,2,"<a href=\"Http\/Controllers\/OnboardingController.php.html#41\">App\\Http\\Controllers\\OnboardingController::platform<\/a>"],[0,3,"<a href=\"Http\/Controllers\/OnboardingController.php.html#50\">App\\Http\\Controllers\\OnboardingController::feed<\/a>"],[0,4,"<a href=\"Http\/Controllers\/OnboardingController.php.html#63\">App\\Http\\Controllers\\OnboardingController::channel<\/a>"],[0,5,"<a href=\"Http\/Controllers\/OnboardingController.php.html#80\">App\\Http\\Controllers\\OnboardingController::complete<\/a>"],[0,3,"<a href=\"Http\/Controllers\/OnboardingController.php.html#95\">App\\Http\\Controllers\\OnboardingController::needsOnboarding<\/a>"],[0,1,"<a href=\"Http\/Controllers\/OnboardingController.php.html#100\">App\\Http\\Controllers\\OnboardingController::hasPlatformAccount<\/a>"],[0,1,"<a href=\"Http\/Controllers\/OnboardingController.php.html#105\">App\\Http\\Controllers\\OnboardingController::hasFeed<\/a>"],[0,1,"<a href=\"Http\/Controllers\/OnboardingController.php.html#110\">App\\Http\\Controllers\\OnboardingController::hasChannel<\/a>"],[0,1,"<a href=\"Http\/Controllers\/PlatformAccountsController.php.html#15\">App\\Http\\Controllers\\PlatformAccountsController::index<\/a>"],[0,1,"<a href=\"Http\/Controllers\/PlatformAccountsController.php.html#22\">App\\Http\\Controllers\\PlatformAccountsController::create<\/a>"],[0,3,"<a href=\"Http\/Controllers\/PlatformAccountsController.php.html#27\">App\\Http\\Controllers\\PlatformAccountsController::store<\/a>"],[0,1,"<a href=\"Http\/Controllers\/PlatformAccountsController.php.html#66\">App\\Http\\Controllers\\PlatformAccountsController::edit<\/a>"],[0,2,"<a href=\"Http\/Controllers\/PlatformAccountsController.php.html#71\">App\\Http\\Controllers\\PlatformAccountsController::update<\/a>"],[0,1,"<a href=\"Http\/Controllers\/PlatformAccountsController.php.html#91\">App\\Http\\Controllers\\PlatformAccountsController::destroy<\/a>"],[0,1,"<a href=\"Http\/Controllers\/PlatformAccountsController.php.html#99\">App\\Http\\Controllers\\PlatformAccountsController::setActive<\/a>"],[0,1,"<a href=\"Http\/Controllers\/PlatformChannelsController.php.html#14\">App\\Http\\Controllers\\PlatformChannelsController::index<\/a>"],[0,1,"<a href=\"Http\/Controllers\/PlatformChannelsController.php.html#24\">App\\Http\\Controllers\\PlatformChannelsController::create<\/a>"],[0,2,"<a href=\"Http\/Controllers\/PlatformChannelsController.php.html#33\">App\\Http\\Controllers\\PlatformChannelsController::store<\/a>"],[0,1,"<a href=\"Http\/Controllers\/PlatformChannelsController.php.html#64\">App\\Http\\Controllers\\PlatformChannelsController::show<\/a>"],[0,1,"<a href=\"Http\/Controllers\/PlatformChannelsController.php.html#71\">App\\Http\\Controllers\\PlatformChannelsController::edit<\/a>"],[0,1,"<a href=\"Http\/Controllers\/PlatformChannelsController.php.html#80\">App\\Http\\Controllers\\PlatformChannelsController::update<\/a>"],[0,1,"<a href=\"Http\/Controllers\/PlatformChannelsController.php.html#98\">App\\Http\\Controllers\\PlatformChannelsController::destroy<\/a>"],[0,2,"<a href=\"Http\/Controllers\/PlatformChannelsController.php.html#106\">App\\Http\\Controllers\\PlatformChannelsController::toggle<\/a>"],[0,1,"<a href=\"Http\/Controllers\/RoutingController.php.html#17\">App\\Http\\Controllers\\RoutingController::index<\/a>"],[0,1,"<a href=\"Http\/Controllers\/RoutingController.php.html#32\">App\\Http\\Controllers\\RoutingController::create<\/a>"],[0,3,"<a href=\"Http\/Controllers\/RoutingController.php.html#46\">App\\Http\\Controllers\\RoutingController::store<\/a>"],[0,2,"<a href=\"Http\/Controllers\/RoutingController.php.html#91\">App\\Http\\Controllers\\RoutingController::edit<\/a>"],[0,1,"<a href=\"Http\/Controllers\/RoutingController.php.html#104\">App\\Http\\Controllers\\RoutingController::update<\/a>"],[0,1,"<a href=\"Http\/Controllers\/RoutingController.php.html#125\">App\\Http\\Controllers\\RoutingController::destroy<\/a>"],[0,3,"<a href=\"Http\/Controllers\/RoutingController.php.html#133\">App\\Http\\Controllers\\RoutingController::toggle<\/a>"],[0,3,"<a href=\"Http\/Controllers\/RoutingController.php.html#159\">App\\Http\\Controllers\\RoutingController::parseJsonFilters<\/a>"],[0,1,"<a href=\"Http\/Controllers\/SettingsController.php.html#12\">App\\Http\\Controllers\\SettingsController::index<\/a>"],[0,2,"<a href=\"Http\/Controllers\/SettingsController.php.html#20\">App\\Http\\Controllers\\SettingsController::update<\/a>"],[0,1,"<a href=\"Http\/Middleware\/HandleAppearance.php.html#17\">App\\Http\\Middleware\\HandleAppearance::handle<\/a>"],[0,1,"<a href=\"Http\/Middleware\/HandleInertiaRequests.php.html#24\">App\\Http\\Middleware\\HandleInertiaRequests::version<\/a>"],[0,1,"<a href=\"Http\/Middleware\/HandleInertiaRequests.php.html#36\">App\\Http\\Middleware\\HandleInertiaRequests::share<\/a>"],[0,1,"<a href=\"Http\/Requests\/StoreFeedRequest.php.html#9\">App\\Http\\Requests\\StoreFeedRequest::authorize<\/a>"],[0,1,"<a href=\"Http\/Requests\/StoreFeedRequest.php.html#17\">App\\Http\\Requests\\StoreFeedRequest::rules<\/a>"],[0,1,"<a href=\"Http\/Requests\/UpdateFeedRequest.php.html#10\">App\\Http\\Requests\\UpdateFeedRequest::authorize<\/a>"],[0,2,"<a href=\"Http\/Requests\/UpdateFeedRequest.php.html#18\">App\\Http\\Requests\\UpdateFeedRequest::rules<\/a>"],[0,1,"<a href=\"Http\/Resources\/ArticlePublicationResource.php.html#15\">App\\Http\\Resources\\ArticlePublicationResource::toArray<\/a>"],[100,1,"<a href=\"Http\/Resources\/ArticleResource.php.html#15\">App\\Http\\Resources\\ArticleResource::toArray<\/a>"],[92.3076923076923,1,"<a href=\"Http\/Resources\/FeedResource.php.html#15\">App\\Http\\Resources\\FeedResource::toArray<\/a>"],[0,1,"<a href=\"Http\/Resources\/PlatformAccountResource.php.html#15\">App\\Http\\Resources\\PlatformAccountResource::toArray<\/a>"],[0,1,"<a href=\"Http\/Resources\/PlatformChannelResource.php.html#15\">App\\Http\\Resources\\PlatformChannelResource::toArray<\/a>"],[0,1,"<a href=\"Http\/Resources\/PlatformInstanceResource.php.html#15\">App\\Http\\Resources\\PlatformInstanceResource::toArray<\/a>"],[0,1,"<a href=\"Http\/Resources\/RouteResource.php.html#15\">App\\Http\\Resources\\RouteResource::toArray<\/a>"],[0,1,"<a href=\"Jobs\/ArticleDiscoveryForFeedJob.php.html#17\">App\\Jobs\\ArticleDiscoveryForFeedJob::__construct<\/a>"],[0,1,"<a href=\"Jobs\/ArticleDiscoveryForFeedJob.php.html#23\">App\\Jobs\\ArticleDiscoveryForFeedJob::handle<\/a>"],[0,1,"<a href=\"Jobs\/ArticleDiscoveryForFeedJob.php.html#42\">App\\Jobs\\ArticleDiscoveryForFeedJob::dispatchForAllActiveFeeds<\/a>"],[0,1,"<a href=\"Jobs\/ArticleDiscoveryJob.php.html#14\">App\\Jobs\\ArticleDiscoveryJob::__construct<\/a>"],[0,2,"<a href=\"Jobs\/ArticleDiscoveryJob.php.html#19\">App\\Jobs\\ArticleDiscoveryJob::handle<\/a>"],[0,1,"<a href=\"Jobs\/PublishToLemmyJob.php.html#19\">App\\Jobs\\PublishToLemmyJob::__construct<\/a>"],[0,2,"<a href=\"Jobs\/PublishToLemmyJob.php.html#25\">App\\Jobs\\PublishToLemmyJob::handle<\/a>"],[0,1,"<a href=\"Jobs\/SyncChannelPostsJob.php.html#22\">App\\Jobs\\SyncChannelPostsJob::__construct<\/a>"],[0,1,"<a href=\"Jobs\/SyncChannelPostsJob.php.html#28\">App\\Jobs\\SyncChannelPostsJob::dispatchForAllActiveChannels<\/a>"],[0,2,"<a href=\"Jobs\/SyncChannelPostsJob.php.html#41\">App\\Jobs\\SyncChannelPostsJob::handle<\/a>"],[0,4,"<a href=\"Jobs\/SyncChannelPostsJob.php.html#55\">App\\Jobs\\SyncChannelPostsJob::syncLemmyChannelPosts<\/a>"],[0,5,"<a href=\"Jobs\/SyncChannelPostsJob.php.html#89\">App\\Jobs\\SyncChannelPostsJob::getAuthToken<\/a>"],[0,1,"<a href=\"Listeners\/LogExceptionToDatabase.php.html#11\">App\\Listeners\\LogExceptionToDatabase::handle<\/a>"],[0,4,"<a href=\"Listeners\/PublishApprovedArticle.php.html#13\">App\\Listeners\\PublishApprovedArticle::handle<\/a>"],[0,1,"<a href=\"Listeners\/PublishArticle.php.html#16\">App\\Listeners\\PublishArticle::__construct<\/a>"],[0,2,"<a href=\"Listeners\/PublishArticle.php.html#19\">App\\Listeners\\PublishArticle::handle<\/a>"],[0,7,"<a href=\"Listeners\/ValidateArticleListener.php.html#15\">App\\Listeners\\ValidateArticleListener::handle<\/a>"],[100,1,"<a href=\"Models\/Article.php.html#50\">App\\Models\\Article::casts<\/a>"],[0,3,"<a href=\"Models\/Article.php.html#64\">App\\Models\\Article::isValid<\/a>"],[0,1,"<a href=\"Models\/Article.php.html#77\">App\\Models\\Article::isApproved<\/a>"],[0,1,"<a href=\"Models\/Article.php.html#82\">App\\Models\\Article::isPending<\/a>"],[0,1,"<a href=\"Models\/Article.php.html#87\">App\\Models\\Article::isRejected<\/a>"],[100,1,"<a href=\"Models\/Article.php.html#92\">App\\Models\\Article::approve<\/a>"],[100,1,"<a href=\"Models\/Article.php.html#104\">App\\Models\\Article::reject<\/a>"],[0,3,"<a href=\"Models\/Article.php.html#113\">App\\Models\\Article::canBePublished<\/a>"],[100,1,"<a href=\"Models\/Article.php.html#131\">App\\Models\\Article::articlePublication<\/a>"],[100,1,"<a href=\"Models\/Article.php.html#139\">App\\Models\\Article::feed<\/a>"],[100,1,"<a href=\"Models\/Article.php.html#144\">App\\Models\\Article::booted<\/a>"],[0,1,"<a href=\"Models\/ArticlePublication.php.html#40\">App\\Models\\ArticlePublication::article<\/a>"],[0,4,"<a href=\"Models\/Feed.php.html#54\">App\\Models\\Feed::getTypeDisplayAttribute<\/a>"],[0,5,"<a href=\"Models\/Feed.php.html#63\">App\\Models\\Feed::getStatusAttribute<\/a>"],[0,1,"<a href=\"Models\/Feed.php.html#87\">App\\Models\\Feed::channels<\/a>"],[0,1,"<a href=\"Models\/Feed.php.html#98\">App\\Models\\Feed::activeChannels<\/a>"],[0,1,"<a href=\"Models\/Feed.php.html#108\">App\\Models\\Feed::articles<\/a>"],[0,1,"<a href=\"Models\/Feed.php.html#116\">App\\Models\\Feed::language<\/a>"],[0,1,"<a href=\"Models\/Keyword.php.html#36\">App\\Models\\Keyword::feed<\/a>"],[0,1,"<a href=\"Models\/Keyword.php.html#44\">App\\Models\\Keyword::platformChannel<\/a>"],[0,1,"<a href=\"Models\/Language.php.html#30\">App\\Models\\Language::platformInstances<\/a>"],[0,1,"<a href=\"Models\/Language.php.html#40\">App\\Models\\Language::platformChannels<\/a>"],[0,1,"<a href=\"Models\/Language.php.html#48\">App\\Models\\Language::feeds<\/a>"],[0,3,"<a href=\"Models\/PlatformAccount.php.html#60\">App\\Models\\PlatformAccount::password<\/a>"],[0,3,"<a href=\"Models\/PlatformAccount.php.html#72\">App\\Models\\PlatformAccount::apiToken<\/a>"],[0,1,"<a href=\"Models\/PlatformAccount.php.html#84\">App\\Models\\PlatformAccount::getActive<\/a>"],[0,1,"<a href=\"Models\/PlatformAccount.php.html#92\">App\\Models\\PlatformAccount::setAsActive<\/a>"],[0,1,"<a href=\"Models\/PlatformAccount.php.html#106\">App\\Models\\PlatformAccount::channels<\/a>"],[0,1,"<a href=\"Models\/PlatformAccount.php.html#116\">App\\Models\\PlatformAccount::activeChannels<\/a>"],[0,1,"<a href=\"Models\/PlatformChannel.php.html#46\">App\\Models\\PlatformChannel::platformInstance<\/a>"],[0,1,"<a href=\"Models\/PlatformChannel.php.html#54\">App\\Models\\PlatformChannel::platformAccounts<\/a>"],[0,1,"<a href=\"Models\/PlatformChannel.php.html#64\">App\\Models\\PlatformChannel::activePlatformAccounts<\/a>"],[0,1,"<a href=\"Models\/PlatformChannel.php.html#69\">App\\Models\\PlatformChannel::getFullNameAttribute<\/a>"],[0,1,"<a href=\"Models\/PlatformChannel.php.html#78\">App\\Models\\PlatformChannel::feeds<\/a>"],[0,1,"<a href=\"Models\/PlatformChannel.php.html#89\">App\\Models\\PlatformChannel::activeFeeds<\/a>"],[0,1,"<a href=\"Models\/PlatformChannel.php.html#99\">App\\Models\\PlatformChannel::language<\/a>"],[0,1,"<a href=\"Models\/PlatformChannelPost.php.html#27\">App\\Models\\PlatformChannelPost::casts<\/a>"],[0,1,"<a href=\"Models\/PlatformChannelPost.php.html#35\">App\\Models\\PlatformChannelPost::urlExists<\/a>"],[0,1,"<a href=\"Models\/PlatformChannelPost.php.html#43\">App\\Models\\PlatformChannelPost::storePost<\/a>"],[0,1,"<a href=\"Models\/PlatformInstance.php.html#42\">App\\Models\\PlatformInstance::channels<\/a>"],[0,1,"<a href=\"Models\/PlatformInstance.php.html#50\">App\\Models\\PlatformInstance::languages<\/a>"],[0,1,"<a href=\"Models\/PlatformInstance.php.html#57\">App\\Models\\PlatformInstance::findByUrl<\/a>"],[0,1,"<a href=\"Models\/Route.php.html#46\">App\\Models\\Route::feed<\/a>"],[0,1,"<a href=\"Models\/Route.php.html#54\">App\\Models\\Route::platformChannel<\/a>"],[0,1,"<a href=\"Models\/Route.php.html#62\">App\\Models\\Route::keywords<\/a>"],[100,2,"<a href=\"Models\/Setting.php.html#11\">App\\Models\\Setting::get<\/a>"],[0,1,"<a href=\"Models\/Setting.php.html#18\">App\\Models\\Setting::set<\/a>"],[100,1,"<a href=\"Models\/Setting.php.html#23\">App\\Models\\Setting::getBool<\/a>"],[0,2,"<a href=\"Models\/Setting.php.html#30\">App\\Models\\Setting::setBool<\/a>"],[0,1,"<a href=\"Models\/Setting.php.html#35\">App\\Models\\Setting::isArticleProcessingEnabled<\/a>"],[0,1,"<a href=\"Models\/Setting.php.html#40\">App\\Models\\Setting::setArticleProcessingEnabled<\/a>"],[100,1,"<a href=\"Models\/Setting.php.html#45\">App\\Models\\Setting::isPublishingApprovalsEnabled<\/a>"],[0,1,"<a href=\"Models\/Setting.php.html#50\">App\\Models\\Setting::setPublishingApprovalsEnabled<\/a>"],[0,1,"<a href=\"Models\/User.php.html#42\">App\\Models\\User::casts<\/a>"],[0,1,"<a href=\"Modules\/Lemmy\/LemmyRequest.php.html#13\">App\\Modules\\Lemmy\\LemmyRequest::__construct<\/a>"],[0,2,"<a href=\"Modules\/Lemmy\/LemmyRequest.php.html#22\">App\\Modules\\Lemmy\\LemmyRequest::get<\/a>"],[0,2,"<a href=\"Modules\/Lemmy\/LemmyRequest.php.html#38\">App\\Modules\\Lemmy\\LemmyRequest::post<\/a>"],[0,1,"<a href=\"Modules\/Lemmy\/LemmyRequest.php.html#51\">App\\Modules\\Lemmy\\LemmyRequest::withToken<\/a>"],[0,1,"<a href=\"Modules\/Lemmy\/Services\/LemmyApiService.php.html#14\">App\\Modules\\Lemmy\\Services\\LemmyApiService::__construct<\/a>"],[0,3,"<a href=\"Modules\/Lemmy\/Services\/LemmyApiService.php.html#19\">App\\Modules\\Lemmy\\Services\\LemmyApiService::login<\/a>"],[0,3,"<a href=\"Modules\/Lemmy\/Services\/LemmyApiService.php.html#44\">App\\Modules\\Lemmy\\Services\\LemmyApiService::getCommunityId<\/a>"],[0,5,"<a href=\"Modules\/Lemmy\/Services\/LemmyApiService.php.html#62\">App\\Modules\\Lemmy\\Services\\LemmyApiService::syncChannelPosts<\/a>"],[0,6,"<a href=\"Modules\/Lemmy\/Services\/LemmyApiService.php.html#113\">App\\Modules\\Lemmy\\Services\\LemmyApiService::createPost<\/a>"],[0,3,"<a href=\"Modules\/Lemmy\/Services\/LemmyApiService.php.html#152\">App\\Modules\\Lemmy\\Services\\LemmyApiService::getLanguages<\/a>"],[0,1,"<a href=\"Modules\/Lemmy\/Services\/LemmyPublisher.php.html#17\">App\\Modules\\Lemmy\\Services\\LemmyPublisher::__construct<\/a>"],[0,1,"<a href=\"Modules\/Lemmy\/Services\/LemmyPublisher.php.html#29\">App\\Modules\\Lemmy\\Services\\LemmyPublisher::publishToChannel<\/a>"],[100,1,"<a href=\"Providers\/AppServiceProvider.php.html#17\">App\\Providers\\AppServiceProvider::register<\/a>"],[92,1,"<a href=\"Providers\/AppServiceProvider.php.html#21\">App\\Providers\\AppServiceProvider::boot<\/a>"],[0,4,"<a href=\"Providers\/AppServiceProvider.php.html#56\">App\\Providers\\AppServiceProvider::mapExceptionToLogLevel<\/a>"],[100,1,"<a href=\"Providers\/HorizonServiceProvider.php.html#14\">App\\Providers\\HorizonServiceProvider::boot<\/a>"],[66.66666666666666,1,"<a href=\"Providers\/HorizonServiceProvider.php.html#28\">App\\Providers\\HorizonServiceProvider::gate<\/a>"],[0,3,"<a href=\"Services\/Article\/ArticleFetcher.php.html#19\">App\\Services\\Article\\ArticleFetcher::getArticlesFromFeed<\/a>"],[0,1,"<a href=\"Services\/Article\/ArticleFetcher.php.html#38\">App\\Services\\Article\\ArticleFetcher::getArticlesFromRssFeed<\/a>"],[0,3,"<a href=\"Services\/Article\/ArticleFetcher.php.html#48\">App\\Services\\Article\\ArticleFetcher::getArticlesFromWebsiteFeed<\/a>"],[0,2,"<a href=\"Services\/Article\/ArticleFetcher.php.html#83\">App\\Services\\Article\\ArticleFetcher::fetchArticleData<\/a>"],[0,2,"<a href=\"Services\/Article\/ArticleFetcher.php.html#100\">App\\Services\\Article\\ArticleFetcher::saveArticle<\/a>"],[0,2,"<a href=\"Services\/Article\/ValidationService.php.html#9\">App\\Services\\Article\\ValidationService::validate<\/a>"],[0,3,"<a href=\"Services\/Article\/ValidationService.php.html#39\">App\\Services\\Article\\ValidationService::validateByKeywords<\/a>"],[0,6,"<a href=\"Services\/Auth\/LemmyAuthService.php.html#16\">App\\Services\\Auth\\LemmyAuthService::getToken<\/a>"],[100,4,"<a href=\"Services\/DashboardStatsService.php.html#14\">App\\Services\\DashboardStatsService::getStats<\/a>"],[100,1,"<a href=\"Services\/DashboardStatsService.php.html#46\">App\\Services\\DashboardStatsService::getAvailablePeriods<\/a>"],[100,7,"<a href=\"Services\/DashboardStatsService.php.html#60\">App\\Services\\DashboardStatsService::getDateRange<\/a>"],[100,1,"<a href=\"Services\/DashboardStatsService.php.html#77\">App\\Services\\DashboardStatsService::getSystemStats<\/a>"],[0,3,"<a href=\"Services\/Factories\/ArticleParserFactory.php.html#20\">App\\Services\\Factories\\ArticleParserFactory::getParser<\/a>"],[0,1,"<a href=\"Services\/Factories\/ArticleParserFactory.php.html#36\">App\\Services\\Factories\\ArticleParserFactory::getSupportedSources<\/a>"],[0,2,"<a href=\"Services\/Factories\/ArticleParserFactory.php.html#47\">App\\Services\\Factories\\ArticleParserFactory::registerParser<\/a>"],[0,3,"<a href=\"Services\/Factories\/HomepageParserFactory.php.html#24\">App\\Services\\Factories\\HomepageParserFactory::getParser<\/a>"],[0,2,"<a href=\"Services\/Factories\/HomepageParserFactory.php.html#37\">App\\Services\\Factories\\HomepageParserFactory::getParserForFeed<\/a>"],[0,3,"<a href=\"Services\/Http\/HttpFetcher.php.html#10\">App\\Services\\Http\\HttpFetcher::fetchHtml<\/a>"],[0,6,"<a href=\"Services\/Http\/HttpFetcher.php.html#33\">App\\Services\\Http\\HttpFetcher::fetchMultipleUrls<\/a>"],[0,1,"<a href=\"Services\/Log\/LogSaver.php.html#14\">App\\Services\\Log\\LogSaver::info<\/a>"],[0,1,"<a href=\"Services\/Log\/LogSaver.php.html#22\">App\\Services\\Log\\LogSaver::error<\/a>"],[0,1,"<a href=\"Services\/Log\/LogSaver.php.html#30\">App\\Services\\Log\\LogSaver::warning<\/a>"],[0,1,"<a href=\"Services\/Log\/LogSaver.php.html#38\">App\\Services\\Log\\LogSaver::debug<\/a>"],[0,2,"<a href=\"Services\/Log\/LogSaver.php.html#46\">App\\Services\\Log\\LogSaver::log<\/a>"],[0,2,"<a href=\"Services\/OnboardingRedirectService.php.html#10\">App\\Services\\OnboardingRedirectService::handleRedirect<\/a>"],[0,5,"<a href=\"Services\/Parsers\/BelgaArticlePageParser.php.html#7\">App\\Services\\Parsers\\BelgaArticlePageParser::extractTitle<\/a>"],[0,4,"<a href=\"Services\/Parsers\/BelgaArticlePageParser.php.html#32\">App\\Services\\Parsers\\BelgaArticlePageParser::extractDescription<\/a>"],[0,4,"<a href=\"Services\/Parsers\/BelgaArticlePageParser.php.html#52\">App\\Services\\Parsers\\BelgaArticlePageParser::extractFullArticle<\/a>"],[0,3,"<a href=\"Services\/Parsers\/BelgaArticlePageParser.php.html#83\">App\\Services\\Parsers\\BelgaArticlePageParser::extractThumbnail<\/a>"],[0,1,"<a href=\"Services\/Parsers\/BelgaArticlePageParser.php.html#101\">App\\Services\\Parsers\\BelgaArticlePageParser::extractData<\/a>"],[0,1,"<a href=\"Services\/Parsers\/BelgaArticleParser.php.html#9\">App\\Services\\Parsers\\BelgaArticleParser::canParse<\/a>"],[0,1,"<a href=\"Services\/Parsers\/BelgaArticleParser.php.html#14\">App\\Services\\Parsers\\BelgaArticleParser::extractData<\/a>"],[0,1,"<a href=\"Services\/Parsers\/BelgaArticleParser.php.html#19\">App\\Services\\Parsers\\BelgaArticleParser::getSourceName<\/a>"],[0,1,"<a href=\"Services\/Parsers\/BelgaHomepageParser.php.html#10\">App\\Services\\Parsers\\BelgaHomepageParser::extractArticleUrls<\/a>"],[0,1,"<a href=\"Services\/Parsers\/BelgaHomepageParserAdapter.php.html#9\">App\\Services\\Parsers\\BelgaHomepageParserAdapter::canParse<\/a>"],[0,1,"<a href=\"Services\/Parsers\/BelgaHomepageParserAdapter.php.html#14\">App\\Services\\Parsers\\BelgaHomepageParserAdapter::extractArticleUrls<\/a>"],[0,1,"<a href=\"Services\/Parsers\/BelgaHomepageParserAdapter.php.html#19\">App\\Services\\Parsers\\BelgaHomepageParserAdapter::getHomepageUrl<\/a>"],[0,1,"<a href=\"Services\/Parsers\/BelgaHomepageParserAdapter.php.html#24\">App\\Services\\Parsers\\BelgaHomepageParserAdapter::getSourceName<\/a>"],[0,4,"<a href=\"Services\/Parsers\/VrtArticlePageParser.php.html#7\">App\\Services\\Parsers\\VrtArticlePageParser::extractTitle<\/a>"],[0,3,"<a href=\"Services\/Parsers\/VrtArticlePageParser.php.html#27\">App\\Services\\Parsers\\VrtArticlePageParser::extractDescription<\/a>"],[0,3,"<a href=\"Services\/Parsers\/VrtArticlePageParser.php.html#42\">App\\Services\\Parsers\\VrtArticlePageParser::extractFullArticle<\/a>"],[0,3,"<a href=\"Services\/Parsers\/VrtArticlePageParser.php.html#67\">App\\Services\\Parsers\\VrtArticlePageParser::extractThumbnail<\/a>"],[0,1,"<a href=\"Services\/Parsers\/VrtArticlePageParser.php.html#83\">App\\Services\\Parsers\\VrtArticlePageParser::extractData<\/a>"],[0,1,"<a href=\"Services\/Parsers\/VrtArticleParser.php.html#9\">App\\Services\\Parsers\\VrtArticleParser::canParse<\/a>"],[0,1,"<a href=\"Services\/Parsers\/VrtArticleParser.php.html#14\">App\\Services\\Parsers\\VrtArticleParser::extractData<\/a>"],[0,1,"<a href=\"Services\/Parsers\/VrtArticleParser.php.html#19\">App\\Services\\Parsers\\VrtArticleParser::getSourceName<\/a>"],[0,1,"<a href=\"Services\/Parsers\/VrtHomepageParser.php.html#10\">App\\Services\\Parsers\\VrtHomepageParser::extractArticleUrls<\/a>"],[0,1,"<a href=\"Services\/Parsers\/VrtHomepageParserAdapter.php.html#9\">App\\Services\\Parsers\\VrtHomepageParserAdapter::canParse<\/a>"],[0,1,"<a href=\"Services\/Parsers\/VrtHomepageParserAdapter.php.html#14\">App\\Services\\Parsers\\VrtHomepageParserAdapter::extractArticleUrls<\/a>"],[0,1,"<a href=\"Services\/Parsers\/VrtHomepageParserAdapter.php.html#19\">App\\Services\\Parsers\\VrtHomepageParserAdapter::getHomepageUrl<\/a>"],[0,1,"<a href=\"Services\/Parsers\/VrtHomepageParserAdapter.php.html#24\">App\\Services\\Parsers\\VrtHomepageParserAdapter::getSourceName<\/a>"],[0,3,"<a href=\"Services\/Publishing\/ArticlePublishingService.php.html#24\">App\\Services\\Publishing\\ArticlePublishingService::publishToRoutedChannels<\/a>"],[0,2,"<a href=\"Services\/Publishing\/ArticlePublishingService.php.html#54\">App\\Services\\Publishing\\ArticlePublishingService::publishToChannel<\/a>"],[0,5,"<a href=\"Services\/RoutingValidationService.php.html#16\">App\\Services\\RoutingValidationService::validateLanguageCompatibility<\/a>"],[0,7,"<a href=\"Services\/SystemStatusService.php.html#15\">App\\Services\\SystemStatusService::getSystemStatus<\/a>"],[0,1,"<a href=\"Services\/SystemStatusService.php.html#48\">App\\Services\\SystemStatusService::canProcessArticles<\/a>"],[100,1,"<a href=\"LogLevelEnum.php.html#16\">App\\LogLevelEnum::toArray<\/a>"]], 'Method Complexity'))
.transition()
.duration(500)
.call(chart);
nv.utils.windowResize(chart.update);
return chart;
});
function getComplexityData(data, label) {
var values = [];
$.each(data, function(key) {
var value = Math.round(data[key][0]*100) / 100;
values.push({
x: value,
y: data[key][1],
class: data[key][2],
size: 0.05,
shape: 'diamond'
});
});
return [
{
key: label,
values: values,
color: "#4572A7"
}
];
}
});
</script>
</body>
</html>