Modules
Fetch, store in DB, retrieve and analyse Covid-19 statistics from data providers    
  
Fits the data to various models    
  
Plots data    
  
Class dual to the 'Datum' table in DB - it contains data for one time and space point.    
  
Migrate data already collected to a newer version    
  
DBIx::Class::Schema subclass, entry to the DBIx::Class. Nothing to change here or be concerned with.    
  
Datum is a table in our database of collected Covid statistics and this module initialises this table using DBIx::Class    
  
Version is a table in our database of collected Covid statistics and this module initialises this table using DBIx::Class    
  
assorted, convenient, stand-alone, public and semi-private subroutines    
  Provides
      in lib/Statistics/Covid/DataProvider/Base.pm
    
  
      in lib/Statistics/Covid/DataProvider/UK/BBC.pm
    
  
      in lib/Statistics/Covid/DataProvider/UK/GOVUK.pm
    
  
      in lib/Statistics/Covid/DataProvider/World/JHU.pm
    
  
      in lib/Statistics/Covid/Datum/IO.pm
    
  
      in lib/Statistics/Covid/Datum/Table.pm
    
  
      in lib/Statistics/Covid/IO/Base.pm
    
  
      in lib/Statistics/Covid/IO/DualBase.pm
    
  
      in Statistics/Covid/Schema.pm
    
  
      in lib/Statistics/Covid/Version.pm
    
  
      in lib/Statistics/Covid/Version/IO.pm
    
  
      in lib/Statistics/Covid/Version/Table.pm